Re: Wicket for Hybrid App

2013-03-28 Thread nazeem
My App is not static, I intend build some thing like this.. Phone gap + html + css + JS Bundled as Android App / iPhone App To start with need to be online, connect to the server using REST, synchronize the data and store in local db storage via phone gap api's. Now when offline, the App

Re: Wicket for Hybrid App

2013-03-28 Thread Paul Bors
Yes, I use the Velocity panel in Wicket to have it render other formats but HTML (in my case XML) as used to transfer some feedback between two systems. You could do something similar where the velocity template is your mobile's APP HTML and have those be rendered by Wicket and then sent to your

Re: Wicket for Hybrid App

2013-03-27 Thread Paul Bors
But if you use plain JS, Css, Html etc, how do you satisfy the requirement of having the app work offline? Is your app all static? On Tue, Mar 26, 2013 at 8:11 PM, nazeem md.naz...@gmail.com wrote: That sounds interesting.. But im afraid it gets bigger in size, memory etc.. Need to try

Re: Wicket for Hybrid App

2013-03-27 Thread Paul Bors
I shouldn't say static, I shoud have asked if your app is not depending on a persistence server side storage? ie: I would expect my data view to change when I update a filter and a SQL or some query to run on a remote server. On Wed, Mar 27, 2013 at 11:57 AM, Paul Bors p...@bors.ws wrote: But

Re: Wicket for Hybrid App

2013-03-26 Thread nazeem
That sounds interesting.. But im afraid it gets bigger in size, memory etc.. Need to try this.. But for now, I chose jQuery + REST to communicate to server for data and all other html, JS, css etc packaged as phone gap app. So the desktop version of the client is Wicket and mobile version in

Re: Wicket for Hybrid App

2013-03-25 Thread Paul Bors
Here's an idea, Create a native app for your phone that installs Tomcat, Jetty along with your Wicket webapp and whatever else you might nedd. Have your webapp on all those clients sync up with your central db whenever they come online :) ~ Thank you, Paul Bors On Sat, Mar 23, 2013 at 1:19

Re: Wicket for Hybrid App

2013-03-25 Thread manuelbarzi
Create a native app for your phone that installs Tomcat, Jetty along with your Wicket webapp and whatever else you might nedd. Have your webapp on all those clients sync up with your central db whenever they come online :) how do you do explain that? running a fully compliant jvm in a

RE: Wicket for Hybrid App

2013-03-25 Thread Paul Bors
some HTML on the phone otherwise you'll only get to use Wicket on the server side. ~ Thank you, Paul Bors -Original Message- From: manuelbarzi [mailto:manuelba...@gmail.com] Sent: Monday, March 25, 2013 5:14 PM To: users@wicket.apache.org Subject: Re: Wicket for Hybrid App Create

Re: Wicket for Hybrid App

2013-03-25 Thread Igor Vaynberg
...@gmail.com] Sent: Monday, March 25, 2013 5:14 PM To: users@wicket.apache.org Subject: Re: Wicket for Hybrid App Create a native app for your phone that installs Tomcat, Jetty along with your Wicket webapp and whatever else you might nedd. Have your webapp on all those clients sync up with your

Re: Wicket for Hybrid App

2013-03-22 Thread Ernesto Reinaldo Barreiro
Hi, On Sat, Mar 23, 2013 at 4:14 AM, nazeem md.naz...@gmail.com wrote: Hi, We have a full fledged application running on Wicket + Hibernate + Spring .. Now we are left with no choice but to come up with a mobile version of the same.. But the requirements for mobile are it must have

Re: Wicket for Hybrid App

2013-03-22 Thread nazeem
Hi Thanks for your input. I understand what you meant, to serve pages from the server directly. So the phone gap will be trying to launch some thing like http://app.company.com/demo/... . I agree, can be done this way. But one important criteria or requirement, is that the app should work