Monthly Archives: July 2014

JEE: Override an env-entry

Suppose you have an env-entry in your deploymet descriptor (aka web.xml) that binds some value of some type. Suppose, for example, that your entry is something like anEnvEntryInteger 10 java.lang.Integer so you have anEnvEntryInteger, as Integer, with value of 10. Now you would certainly retireve that value to use it in your code. The following…
Read more

A way to dispatch information to iDevices

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