• 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

Beginning EJB 3 Dev and GWT

 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Raghu Kodali and Jonathan Wetherbee-

Do you have anything in your book that talks about possible integration points between the Google Web Toolkit (GWT) and EJB 3?

Also, how about comparisons between EJB 3 and technologies that are often seen as "competitors" like Spring?

Thanks,
Joshua Smith
 
author
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Joshua,
The integration point that we have discussed between EJB tier and Web tier in the book uses JavaServer Faces (JSF). We didn't talk about GWT in the book.

-raghu
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it readable for anybody who has no knowledge about JSF, or do you assume that the reader already grasps JSF's concepts ?
 
Raghu Kodali
author
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book shouln't be considered as a learing tool for JSF. JSF is a separate topic by itself. What we have focussed is on how you leverage both of these technologies (EJB 3 and JSF) to build Java EE 5 applications.

The chapter does go into some detail of JSF and web technologies history, but it assumes you have some level of faimiliarity with Web technolgies.

-raghu
 
Joshua Smith
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Raghu.

Joshua Smith
reply
    Bookmark Topic Watch Topic
  • New Topic