As much as I think books on the topic *can* be useful, I usually find them to go too much into painstakingly redundant examples (who needs a 400 page book on JSP's?!).
I personally suggest you download and carefully read the specs from java.sun.com. They include everthying you can depend on from a compatible server vendor. They also include the level of examples that will satisfy someone with at least intermediate java/server-side development experience. Well, most of the time anyway. Anything beyond that you probably won't find in a book - but probably will find in an online community like JBoss'. j2ee-1_3-fr-spec.pdf ejb-2_0-fr2-spec.pdf servlet-2_3-fcs-spec.pdf jsp-1_2-fcs-spec.pdf David PS - With remote interface usage of EJB's being so simple, you generally won't have to worry too much about the ins-and-outs of traditional RMI programming. Let the server worry about that for you. -- jaime1 wrote: > People i need to buy book over JSP, Servlet, RMI and EJB, anybody could > recommend some book for i start to study about J2EE > regards > Jaime _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
