1 Reply Latest reply on Nov 21, 2009 12:20 AM by cash1981

    Looking for the best way to create a mobile web application with seam.

    romain.dev.easycity.com

      Hi guys,


      I'm looking for the best way to create a mobile web application with Seam. I currently use Seam 2.1.2.GA to create a standard web application (and facelets for the view). I would like to create a mobile version reusing most of the business components.


      I heard about Apache MyFaces Trinidad or Mobile JSF in the forum. I'm looking for the easiest solution to integrate and ideally a solution that would work out of the box (or almost :-).


      Can I create a mobile web application with facelets ? The application should work on the most popular smart phones and run google maps and seam ajax features.


      Thank you for your help and have a great week-end !


      Cheers
      Romain

        • 1. Re: Looking for the best way to create a mobile web application with seam.
          cash1981

          Depends what you want to do. If you can provide a different url for your mobile applications, then it is really easy to use the Rest implementation in seam, and serve the content back as xml. Dan Allen was showcasing this for mobile client (Android).
          Then all you need to do is show that xml in some type of content you markup.


          You can also perform some ajax push stuff on mobile using PrimeFaces, and probably more. Check out PrimeFaces. It is compatible with Seam.