Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
NikiD
Employee
Employee

There are different containers and programming models for developing and hosting applications on SAP HANA Cloud Platform.

Since this week, there is a new Java based runtime container available on hanatrial.ondemand.com for development purposes. It is Java Web Tomcat 7.

As the name suggests, it is a Java Web type of container which basically means it features a typical for a web container subset of Java EE APIs such as Servlets , JSP etc, This type of runtime is suitable for application development where most of the application dependencies are provided with the application itself.

This edition brings simplification in the Java Web type of runtime containers. The Java Web Tomcat 7 is simpler and smaller than the current productive offering. As the name suggests, it is very close to the Apache Tomcat 7 web container and adds a few SAP HANA Cloud Platform specific APIs for use by the applications. Most of the applications running on Apache Tomcat 7 container which do not feature custom extensions should run unmodified on Java Web Tomcat 7, hence on SAP HANA Cloud Platform.

The development model of Java based applications on SAP HANA Cloud Platform is preserved. That means that there is an SDK for Java Web Tomcat 7 for download. In the same manner as the other SDKs, it features the APIs available for the applications, a set of command line tools for cloud operations and, of course, the local standalone version of the runtime. In addition to the SDK, the same support can be found in Eclipse tools with the presence of runtime server adapter.

Java Web Tomcat 7 is in beta mode for now offering just a subset of SAP HANA Cloud Platform Service APIs. The complete list can be found in the documentation. As such, it cannot be used for productive scenarios, which of course will come later.

We encourage you to try it - so take it for a spin.

4 Comments
dibyajyoti_nanda
Participant
0 Kudos

Thanks Nikolia for a nice blog .

Thanks & Regards

Dibyajyoti Nanda

matt_steiner
Active Contributor
0 Kudos

Good stuff Nikki!

Definitely will check this out the next days...

Vlado
Advisor
Advisor
0 Kudos

Would love to also hear feedback from users on anything and everything around Java Web Tomcat 7 - runtime, SDK, tools, APIs... so everyone don't be shy - please share :smile:

0 Kudos

Hello Nikolai,

For running the JAVA applications in local, SAP has a JAVA Web tomcat server which can run using eclipse. Can we run the server standalone without using eclipse? I am trying to switch my IDE from eclipse to VSCode as eclipse is very slow. It would really help if we can do it.

Thanks & Regards,

Palash Kondekar