• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web Tier Patterns

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Would someone recommend a good book on patterns for J2EE Web Tier. I know
of Core J2EE Patterns book but was looking to see others

Thanks,
PJ
[ September 09, 2004: Message edited by: Prashanth Joisha ]
 
Ranch Hand
Posts: 995
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that is enough to help you successfully complete a web application (my 2c).

./pope
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would also recommend reading Rod Johnson's "One-on-one ..." books.
They're not really design pattern books but they do a good job of making J2EE web applications look good inside!
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Lasse Koskela:
I would also recommend reading Rod Johnson's "One-on-one ..." books.
They're not really design pattern books but they do a good job of making J2EE web applications look good inside!



I just got a copy of Rod Johnson's 'One-on-one j2ee without EJB', the book feels good from the initial chapters. Definitely a must read if you want to do things in the new way.

BTW I got it for Rs400 from India, ie 9bucks in US. That is one way of recuperating the expensive flight tickets to India.
 
Lasse Koskela
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Kishore Dandu:
BTW I got it for Rs400 from India, ie 9bucks in US. That is one way of recuperating the expensive flight tickets to India.


Right. Just don't try to recuperate all of the flight ticket at once or you'll find out that your logic has a slight flaw
 
Kishore Dandu
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Lasse Koskela:

Right. Just don't try to recuperate all of the flight ticket at once or you'll find out that your logic has a slight flaw



got ur point. Its not me who bought the books though, i didn't go to India either. So that some what justifies the recuperating logic.
[ September 09, 2004: Message edited by: Kishore Dandu ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic