Hi,

as far as i know, there is *no* real mobile-language. Its usually html
(various levels depending on device) plus some special css (depending on
device, too).

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!) - however, you can use
markupinheritance to create a main-page and then extend it in the flavours
of the possibilities of the mobile devices... but also think: you are better
on aiming for pocketIE or pocketOpera (...) as for special and device
dependent markups.

If you want to have a standard-website wich is also usable with mobile
devices then your key to success is clean html + individial css files for
the targetenvironment.

Some base to get startet:
http://www.w3.org/TR/css-mobile/
http://www.htmldog.com/ptg/archives/000055.php
http://events.ccc.de/congress/2005/fahrplan/events/933.de.html
http://www.westciv.com/style_master/academy/css_tutorial/advanced/mobile_pro
file.html

These pages should give you a way to understand how to achive best cover for
various devices,

Regards


> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im Auftrag 
> 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 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 capabilities of the mobile phone browser. In the demo, 
> the HTML file is named same as the Java class. Can I have 
> different 'version' of HTML file based on the mobile 
> capability? Would this be similar to internationalisation? 
> How does one do internationalisation with Wicket?
> 
> I am planning to use http://wurfl.sourceforge.net/ to find 
> the capability of the mobile browser.
> 
> Thank you for any hints, suggestions or pointers.
> Ashish
> 
> 
> --------------------------------------------------------------
> -----------
> Take Surveys. Earn Cash. Influence the Future of IT Join 
> SourceForge.net's Techsay panel and you'll get the chance to 
> share your opinions on IT & business topics through brief 
> surveys-and earn cash 
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to