Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-10 Thread Ashish Shrestha
Thank you to all those who contributed. I think may be I will end up with WML components if I do work on it. For now, for the quick prototype/demo, I will be using wurfl and wall (http://wurfl.sourceforge.net/java/wall.php and http://wurfl.sourceforge.net/java/tutorial.php) Will be monitoring

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Korbinian Bachl
che Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Martijn Dashorst > Gesendet: Donnerstag, 5. April 2007 16:52 > An: wicket-user@lists.sourceforge.net > Betreff: Re: [Wicket-user] Using Wicket to develop WAP sites > > On 4/5/07, Korbin

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Iulian Costan
hey Ashish, i did some research in this field long time back; unfortunately i failed and i gave up at one point but at least i can share my experience. here are few key points as far as i can see them: - first of all you'll deal with 3 versions of markup: WML1.0, XHTML-MP, HTML - figure out what

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Eelco Hillenius
> I am planning to use http://wurfl.sourceforge.net/ to find the > capability of the mobile browser. You can provide a custom request cycle and override newClientInfo to plugin your client capabilities (and e.g. call Session#setStyle accordingly). See also wicket.examples.hellobrowser Eelco

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Philip A. Chapman
Though I don't currently develop webapps targeted toward mobile devices, I found this thread quit interesting. Especially as it seems that mobile devices are the future. I've taken what has been said so far and created a wiki page, with a little bit of minor editing. http://cwiki.apache.org/conf

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Martijn Dashorst
On 4/5/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > And for the html you cant have multi htmls for 1 java file as this would > make no sense (html and java cover each other!) Please get your facts straight. Wicket supports different styles, localizations and variations for one given Java page/

Re: [Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Korbinian Bachl
; von Ashish Shrestha > Gesendet: Donnerstag, 5. April 2007 15:54 > An: wicket-user@lists.sourceforge.net > Betreff: [Wicket-user] Using Wicket to develop WAP sites > > Hi All, > > I am currently looking at Wicket and going over the examples. > I am interested in developing

[Wicket-user] Using Wicket to develop WAP sites

2007-04-05 Thread Ashish Shrestha
Hi All, I am currently looking at Wicket and going over the examples. I am interested in developing mobile friendly websites. Any one has any experience they can share or point me to place where I can get more information. I would like to serve different 'versions' of the page based on the ca