cancel
Showing results for 
Search instead for 
Did you mean: 

Server-side logic?

Former Member
0 Kudos

Hello everyone,

I'm new to SAP UI 5 and i wanted to ask you what do you recommend for writing server-side code.

I need to develop an SAP UI 5 Application and deploy it to NEO.

I also need to pull data from HANA, so what do you recommend? Servlets?

Thanks!

Julian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Julian,

You have already made the right choice by deploying your application on Neo. This means you can write your server-side code in Java. I highly recommend to implement your server-side code as RESTful services. There is a nice tutorial written by an SAP Mentor that can give you a quick overview how to do this.

Good luck and enjoy!

Greetings,

Kaloyan

Former Member
0 Kudos

Hi Kaloyan,

I had just achieved to publish a Servlet into Neo.

I'll take a look at the document you sent me.

Thanks for your help!

Julian

Answers (1)

Answers (1)

SandipAgarwalla
Active Contributor
0 Kudos

With my limited info on UI5,

SAP UI5 is a client side framework. I do not think you can write server side code with this framework.

However, its very much possible to deploy UI5 apps on NEO(http://scn.sap.com/community/technology-innovation/blog/2012/05/04/using-neo-and-sapui5--part-2--hi-...) and also write apps which pull info from HANA.

Sandip

Former Member
0 Kudos

Hi Sandip,

Thanks for your help.

I'm aware the SAPUI5 is for the client-side, but there must be a way to write server-side code to pass out information into the client-side.

Thanks again,

Julian