Hi, On Sat, Mar 23, 2013 at 4:14 AM, nazeem <[email protected]> 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 capabilities to > scan > bar code, take photo and upload, attach documents from mail in mobile, > etc.. > goes on.. So it has to be native to have these features.. But we want to > use the wicket or html / js / css skills to get these app faster. This is > when we are looking for hybrid apps and came across platforms like > phonegap, > apache cordova, etc.. > > Can wicket be used for hybrid apps ? If so how.. > Isn't this just a matter of serving your phone-gap (apache cordova) powered application from Wicket?. At least with phone gap I understand the application is just HTML+ JS files you serve form somewhere: usually local "file system" but it can be a remote URL too. Also you could use mounted resources or pages to serve all the resources needed by this application. I have made a small experiment a few month ago with Wicket and Phonegap and I did not find any problems in using both together but my experiment was not very complex so I might have missed some important "limitations". -- Regards - Ernesto Reinaldo Barreiro Antilia Soft http://antiliasoft.com/ <http://antiliasoft.com/antilia>
