• 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 Pattern

 
Ranch Hand
Posts: 90
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
What does the book J2EE Pattern covers. What about EJB. Will this is good book for person who is new to EJB and J2EE.
 
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Arathi,
This link may help about the book: http://java.sun.com/blueprints/corej2eepatterns/
There were some very good threads about EJB which you can read, the following link will help: http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/EJBConcepts.html
HTH
 
Author
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Originally posted by Arathi Raj:
Hi,
What does the book J2EE Pattern covers. What about EJB. Will this is good book for person who is new to EJB and J2EE.


Core J2EE Patterns covers 21 patterns, numerous J2EE Refactorings, Design considerations, and Bad Practices in the presentation, business, and integration tiers. Each pattern is documented with UML diagrams and includes numerous implementation strategies, which are code-level examples of how to implement aspects of the pattern.
In fact, the implementation strategies are really what bring the patterns to the J2EE level, since the basic problems and solutions are relevant across platforms. We cover all the major J2EE APIs, including Servlet, JSP, EJB, JMS, JDBC, etc, as part of the implementation strategy sections.
The recently released 2nd edition also covers web services, where appropriate (including a Web Service Broker pattern) and J2EE 1.4.
Thanks.
 
Faisal Khan
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dan,
How are the examples presented in the book, are they there to demonstrate individual design patters alone or is there some form of case study presenting perhaps the most used patterns in the form of a complete solution. For me case studies tend to be great teachers.
Thanks in advance.
 
Author
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Arathi Raj:
Hi,
What does the book J2EE Pattern covers. What about EJB. Will this is good book for person who is new to EJB and J2EE.


Arathi,
You might want to check my reply to another topic in this forum on
the content of the book. Go to:
https://coderanch.com/t/312304/EJB-JEE/java/Core-EE-questons
(and scroll down to see my post/reply).
Hope this helps.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic