开发者

Android and JSP - Working with objects

I'm a student trying to dive into t开发者_StackOverflow中文版he world of "complex web-enabled applications" for Android. I had good tries making Android applications that call php functions, have JSON or XML responses and results, serialize objects and so on...

It really can work for simple projects, IMHO. For projects that require an increased complexity and control, I really would like to try something else.

Since Android apps are made in Java, I'm thinking it could be great if I could work with Java objects in Android and storing/retrieving Java objects in the server side too. Java Server Pages could be an answer, since I can embed Java code into HTML pages/HTTP services.

Is possible (and comfortable) to achieve this? Can I work with "local objects" in my Android app and with "remote objects" in my JSP app storing them, for example, in a remote database?

What could be an alternative?

I hope I've been clear. Thank you!


Spring android as HTTP client and ORMlite in the client side has been my salvation in many android projects. What I generally do is have this in the client side and in the server side use a Spring MVC server. But if your server is written in Php there's no problem. With this environment I can work with object in the client side and in the server side, never touching json/xml. I'm making a tumblr client in android. In this package I've all the things related to the Http client rest package. Look how I use it in this class example.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜