Results 1 to 7 of 7

Thread: JSF vs APACHE tiles

  1. #1
    Join Date
    Jul 2011
    Location
    Italy
    Posts
    14

    Default JSF vs APACHE tiles

    Hey guys, I'm about to develop the view side of a web site and I'm wondering which technology use. I already developed a working test with JSF2 and primefaces. In this test I used CSS and javascript, though I'm not pretty sure if Ajax can work as well.
    Testing roo, instead, I noticed that the developers chose Apache tiles platform, therefore right now I'm confused. What is it better?

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,791

    Default

    In this test I used CSS and javascript, though I'm not pretty sure if Ajax can work as well.
    JSF2 can work with Ajax

    I noticed that the developers chose Apache tiles platform, therefore right now I'm confused. What is it better?
    With the best intentions, do you know why the people use Tiles 2?

    Spring MVC work fine with Tiles 2, I assume JSF2 would do the same, at least it has an own mechanism and is not necessary Tiles

    If your question is more related with JSF2 + Tiles, it is not the correct forum
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  3. #3
    Join Date
    Jul 2011
    Location
    Italy
    Posts
    14

    Default

    Many thanks dr_pompeii, at the end I chose JSP with tiles, the reason? Is away more stable, firmly integrated with MVC, as you said ,and the solution comes with less constrains than JSF.

  4. #4
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,791

    Default

    Many thanks dr_pompeii
    You're welcome

    at the end I chose JSP with tiles, the reason? Is away more stable, firmly integrated with MVC, as you said ,and the solution comes with less constrains than JSF.
    Good decision

    JSF 2.0 is interesting too, I am reading a book about that, is always wise know many options

    Best Regards
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  5. #5
    Join Date
    Jul 2011
    Posts
    11

    Default

    Great , just what I was looking for , an answer to this question which I had in mind couple of days.

    My bet was Tiles+Spring MVC Intergrate also , I just needed to get here , now I have peace.

    Now new question comes , I have some basic good examples like this , but how to play with it/ Intergrate with Spring with more complex scenario , any good examples? navigation rules? and is jQuery is major player when start any MVC site/application?

  6. #6
    Join Date
    Feb 2013
    Posts
    3

    Default

    Quote Originally Posted by Zakos View Post
    how to play with it/ Intergrate with Spring with more complex scenario , any good examples?
    It's damn difficult to find advanced examples/tutorials on Apache Tiles, unfortunately.

  7. #7
    Join Date
    Jul 2011
    Posts
    11

    Default

    Quote Originally Posted by tkoomzaaskz View Post
    It's damn difficult to find advanced examples/tutorials on Apache Tiles, unfortunately.
    wow this is old , got email alert , when I'v looked into it back then I found kinda some good exmaples , dont have

    them anymore ,well.. google it

    I'm more now into ASP MVC 4.5 ( C# ) - very easy , very powerful ,

    http://www.youtube.com/watch?v=i8MOJho5TDs

    sorry spring .

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •