• 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

J2EE design Patterns

 
Ranch Hand
Posts: 91
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to J2EE patterns.. Can anyone please tell me what are J2EE patterns and a good resource to start with.

Also tell me a good basic book to start with for J2EE design patterns.

Thanks,
Muthu
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can read on Sun's websites, for book you can read Core J2EE Patterns 2nd ed.
 
Muthukrishnan Manoharan
Ranch Hand
Posts: 91
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all thanks for replying

Actually I am very new to design patterns. I have developed some small projects without adhering to those patterns. I would like to know if Core J2EE Patterns 2nd ed is for beginners so that I can use..
 
Ranch Hand
Posts: 449
Scala IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Muthukrishnan Manoharan wrote:Hi,
I am new to J2EE patterns.. Can anyone please tell me what are J2EE patterns and a good resource to start with.

Also tell me a good basic book to start with for J2EE design patterns.

Thanks,
Muthu



Core J2EE Patterns

Hope this helps.
 
Hong Anderson
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Muthukrishnan Manoharan wrote:First of all thanks for replying

Actually I am very new to design patterns. I have developed some small projects without adhering to those patterns. I would like to know if Core J2EE Patterns 2nd ed is for beginners so that I can use..


I recommend to study Design Patterns [GoF] before Core J2EE Patterns.
 
reply
    Bookmark Topic Watch Topic
  • New Topic