Hi Sean, I'm actively using WMLRenderKit :-) I have developed a demo application for my diploma - it is a mail portal, where can user define his mail accounts and view, send, reply... to emails from all registred mail boxes. On this application I demonstrate how easy is generating WML and HTML output from one JSF application(one model, one controller and only diffrent JSP pages and navigation rules in faces-config.xml).
If you could I can send you this demo application and you can add it to the waphawk project. Now I'm implementing a CMS for a WML application. It will be on www.rude2go.com and I'm using WMLRenderKit too. When it will be running, I send a annonce... Regards, Jiri Zaloudek > -----Original Message----- > From: Sean Schofield [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 11:52 PM > To: MyFaces Development; [EMAIL PROTECTED] > Subject: Re: WML in MyFaces > > Are they any committers/users actively using the WAP stuff? > If we make this a subproject are we going to have enough > interest in maintaining a 'waphawk' section of documentation, > website, etc.? > > sean > > On 7/25/05, Jonas Jacobi <[EMAIL PROTECTED]> wrote: > > Hi, > > > > My vote is for having the WML stuff as a separate > subproject. It makes > > a lot of sense. For the name I must say that "waphawk" is very > > tempting ;) > > > > My 2 cent's > > - Jonas > > > > Bruno Aranda wrote: > > > > >More opinions on this, please, so works can begin? > "moccasins" is a > > >nice name, but I would call it "waphawk", hehe > > > > > >Bruno > > > > > >P.S. We should continue discussing this on the dev list... > > > > > >2005/7/25, Matthias Wessendorf <[EMAIL PROTECTED]>: > > > > > > > > >>wml as an own subproject makes sence. > > >> > > >>I am +1 for it. Maybe we call it "moccasins" ? > > >> > > >>I did the integration in the past, and I am willing to > help out here too. > > >> > > >>Hopefully my internet access will come... > > >> > > >>sorry, > > >>matthias > > >> > > >>On 7/25/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > > >> > > >> > > >>>Or maybe, we could generate the taglib once (it is rarely > > >>>generated) and structure the wml stuff like another > subproject... ideas? > > >>> > > >>>Bruno > > >>> > > >>>2005/7/25, Bruno Aranda <[EMAIL PROTECTED]>: > > >>> > > >>> > > >>>>I don't know how this works either, but looking to the old > > >>>>build.xml I see that the wml taglib is autogenerated using an > > >>>>xdoclet task. How could we include this in the new build? This, > > >>>>let's say, tomahawk subproject, needs a completely > different build > > >>>>procedure (xdoclet, etc). Maybe we should add a new > target to handle this... > > >>>> > > >>>>Bruno > > >>>> > > >>>>2005/7/23, Sean Schofield <[EMAIL PROTECTED]>: > > >>>> > > >>>> > > >>>>>One note on the WML stuff. I believe its in SVN but I don't > > >>>>>think its being built in the new build file (yet.) > This is the WAP stuff right? > > >>>>> Does someone want to take a look at that? > > >>>>> > > >>>>>sean > > >>>>> > > >>>>>On 7/23/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > >>>>> > > >>>>> > > >>>>>>Araon, > > >>>>>> > > >>>>>>here is the sample Martin and showed during our > MyFaces session > > >>>>>>at ApacheCon Europe. > > >>>>>> > > >>>>>>http://people.apache.org/~matzew/apachecon/apachecon-wap.war > > >>>>>> > > >>>>>>If you are using TOMCAT 5.5 please remove jsp2.0 and > commons-el > > >>>>>>from that web application. > > >>>>>> > > >>>>>>HTH, > > >>>>>>Matthias > > >>>>>> > > >>>>>>On 7/22/05, albartell <[EMAIL PROTECTED]> wrote: > > >>>>>> > > >>>>>> > > >>>>>>>Cool, got that working with a static servlet wml page. > > >>>>>>> > > >>>>>>>Now I am looking to implement the <wap:xxxx> tags > that MyFaces > > >>>>>>>offers. It is looking like I would have to download > the code > > >>>>>>>from SVN, compile and Jar it to get going with WML. I didn't > > >>>>>>>see the WAP tld's in the latest downloads at > > >>>>>>>http://cvs.apache.org/builds/myfaces/nightly/. Is > > >>>>>>>http://svn.apache.org/repos/asf/myfaces/ currently > the only way to get going with MyFaces WML implementation - > compile it by hand? > > >>>>>>> > > >>>>>>>I haven't compiled MyFaces by hand before, though I have > > >>>>>>>started reading the instructions on the site so we > will see how > > >>>>>>>far I get :-) > > >>>>>>> > > >>>>>>>Thanks, > > >>>>>>>Aaron Bartell > > >>>>>>> > > >>>>>>> ________________________________ > > >>>>>>> From: Martin Marinschek [mailto:[EMAIL PROTECTED] > > >>>>>>>Sent: Friday, July 22, 2005 9:11 AM > > >>>>>>>To: MyFaces Discussion > > >>>>>>>Subject: Re: WML in MyFaces > > >>>>>>> > > >>>>>>> > > >>>>>>>there is a plugin for the firefox > > >>>>>>> > > >>>>>>>it's called WML browser extension or so... > > >>>>>>> > > >>>>>>>google for it, and you'll find it. > > >>>>>>> > > >>>>>>>regards, > > >>>>>>> > > >>>>>>>Martin > > >>>>>>> > > >>>>>>> > > >>>>>>>On 7/22/05, albartell <[EMAIL PROTECTED]> wrote: > > >>>>>>> > > >>>>>>> > > >>>>>>>>I found it in SVN, thanks for the redirect. :-) > > >>>>>>>> > > >>>>>>>>On another note I am wondering what people use to > test their > > >>>>>>>>WML > > >>>>>>>> > > >>>>>>>> > > >>>>>>>applications. I obviously don't want to have to > publish it out > > >>>>>>>to a web server on the internet just so I can test > it with my > > >>>>>>>Blackberry. Does anyone know of a WML device simulator that > > >>>>>>>can run on my local PC and allow me to hit localhost > on my PC also? > > >>>>>>> > > >>>>>>> > > >>>>>>>>Thanks, > > >>>>>>>>Aaron Bartell > > >>>>>>>> > > >>>>>>>> > > >>>>>>>>________________________________ > > >>>>>>>> > > >>>>>>>> > > >>>>>>> From: Martin Marinschek [mailto:[EMAIL PROTECTED] > > >>>>>>> > > >>>>>>> > > >>>>>>>>Sent: Friday, July 22, 2005 2:24 AM > > >>>>>>>>To: MyFaces Discussion > > >>>>>>>>Subject: Re: WML in MyFaces > > >>>>>>>> > > >>>>>>>> > > >>>>>>>> > > >>>>>>>>Well, after our current SVN reorg the WML tag > library kind of > > >>>>>>>>got lost ;) > > >>>>>>>> > > >>>>>>>>it should already be back in the nightly builds, though... > > >>>>>>>> > > >>>>>>>>regards, > > >>>>>>>> > > >>>>>>>>Martin > > >>>>>>>> > > >>>>>>>> > > >>>>>>>>On 7/21/05, aaronbartell <[EMAIL PROTECTED] > wrote: > > >>>>>>>> > > >>>>>>>> > > >>>>>>>>>I am going to be writing a WML application and was > excited to > > >>>>>>>>>dig in > > >>>>>>>>> > > >>>>>>>>> > > >>>>>>>with MyFaces because I have seen (or thought I saw) the tags > > >>>>>>>for MyFaces WML implementation in the past. Now I am having > > >>>>>>>trouble finding the WML tag library in any of the > downloads or > > >>>>>>>even mentioned on the MyFaces.apache.org website. I > have found > > >>>>>>>a few threads in the forum archive, but nothing that > points me in any direction. > > >>>>>>> > > >>>>>>> > > >>>>>>>>>Could somebody tell me where to start looking? > > >>>>>>>>> > > >>>>>>>>>Aaron Bartell > > >>>>>>>>> > > >>>>>>>>> > > >>>>>>>> > > >>>>>>>> > > >>>>>>> > > >>>>>>> > > >>>>>>-- > > >>>>>>Matthias Wessendorf > > >>>>>> > > >>>>>> > > >>>>>> > > >>-- > > >>Matthias Wessendorf > > >> > > >> > > >> > > >
