In this article chain we provide a way to link an iPad device to a web service and retrieve some data from the db; the presentation layer developed to fit ipad devices will provide a 3D controller to show images loaded from server (aka timeline controller); the same concepts are valid for iPhone. [button text="read…
Read more
About: ivan cerrato
Recent Posts by ivan cerrato
Calling a SOAP web service
In this article we will call a web service provided from http://www.webservicex.net. In detail we will call the currency convertor WS, calling it by means of Soap-UI; after using wsimport we will generate the client classes, hence making a simple main we will call the service and integrate it in our simple project. Why that…
Read more
Spring MVC part 4
Spring_4. Hibernate one to many. In this fourth part, We will write about the Hibernate one-to-many relationship by means of our web app, that will be enriched of some new part. In detail, we will talk about the relationship among user and item. There’s a relationship one-to-many among the two entities because a user can…
Read more
Spring MVC part 3
Spring_3. Hibernate CRUD operations. Ajax calls. In this third part, our tutorial we will provide the CRUD operations applied on user table through JPQL and Hibernate. Furthermore in the single jsp page, you will see three sections, where you can do CRUD operations, using ajax call to permit user navigate among records. [button text="read the…
Read more
Recent Comments by ivan cerrato
No comments by ivan cerrato yet.