Java Testing and Design on TheServerSide.com
This book shows how to understand what application you want to write, what strategies are likely to get you there, and then how to measure your level of success
http://www.theserverside.com/tt/books/prenticeHall
created by fabia on 2008-04-06 12:21:10
|
|
|
EJB Design Patterns Book on the TheServerSide.com
The book contains a catalog of twenty advanced EJB patterns and provides strategies for mapping application requirements to patterns-driven design, J2EE development best practices, and a collection of EJB tips and strategies, and other topics such as Build-System best practices using Ant, JUnit testing strategies, using Java Data Objects (JDO) as an alternative to entity beans, and more.
http://www.theserverside.com/tt/books/wiley/EJBDes
created by fabia on 2008-04-06 12:19:50
|
|
|
Tutorial Series: EJB 2.1 Techniques
This series of tutorials uses a sample application to demonstrate programming techniques that take advantage of features defined in the EJB 2.0 and 2.1 specifications. The application, called Financial Brokerage Service 10g (FBS 10g), also demonstrates some new features of Oracle Application Server 10g. While describing parts of the larger application, each tutorial is self-contained, and each explains how to use a technique or perform a task.
http://www.oracle.com/technology/sample_code/tutor
created by meena on 2008-02-25 23:17:34
|
|
|
Processing XML with Java
This book is organized as an advanced tutorial that can also serve as a solid and comprehensive reference. The first chapter covers the bare minimum material needed to start working with XML, though for the most part this is intended more as a review for readers who’ve already read other, more basic books than as a comprehensive introduction.
http://www.cafeconleche.org/books/xmljava/chapters
created by fabia on 2008-04-06 12:14:44
|
|
|
EJB Tutorial - Introduction To Enterprise Java Bean(EJB) with WebLogic server
In this EJB course we will teach you how to develop component-based Java Applications using Enterprise Java Beans. Tutorial also shows you how to program enterprise bean, and how to deploy them in an Enterprise Beans Container such as WebLogic Server 6.0.
http://www.roseindia.net/javabeans/javabeans.shtml
created by meena on 2008-02-25 23:19:20
|
|
|
Sun Tutorial : jGuru: Enterprise JavaBeans Fundamentals
* Enterprise JavaBeans Technology
o The EJB Container
o Enterprise Beans
+ Remote and Home Interfaces
+ Business Methods
+ Entity Beans
+ Session Beans
+ Life Cycle Methods
+ Back to the Remote and Home Interfaces
o Enterprise Beans as Distributed Objects
http://java.sun.com/developer/onlineTraining/EJBIn
created by meena on 2008-02-25 22:49:15
|
|
|
The J2EE Architect's Handbook on TheServerSide.com
“The J2EE Architect's Handbook is a must have for experienced architects and budding designers alike. It is concise, to the point, and packed with real world code examples that reinforce each concept. Today's J2EE teams would do well to keep a copy at each designer's fingertips” -- Ross MacCharles, Lead Technical Architect.
http://www.theserverside.com/tt/books/DVTPress/J2E
created by fabia on 2008-04-06 12:18:14
|
|
|
Enterprise Beans
Enterprise beans are the J2EE components that implement Enterprise JavaBeans (EJB) technology. Enterprise beans run in the EJB container, a runtime environment within the J2EE server
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/EJBC
created by meena on 2008-02-25 23:18:21
|
|
|
EJB 3 Tutorial
This is an EJB 3 tutorial to help you learn about EJB 3 differences and understand how it can be used. By reading this EJB tutorial you will learn the main concepts, work with EJB 3 source code examples. Our EJB 3 videos and demonstrations make this EJB3 tutorial easy to follow. EJB source code is available to download.
http://www.visualbuilder.com/ejb/tutorial/
created by meena on 2008-02-25 23:16:21
|
|
|
Tutorial from BEA WebLogic: Enterprise JavaBeans
The tutorial consists of three parts. In Part One, you will create a new application, import an existing entity bean Band and develop a stateless session bean Music. You will also add component methods and EJB references. In the final section of Part One you will test the EJBs using two different page flows. Both page flows allow you to add bands to the database and receive a listing of known bands. One page flow uses an EJB control to locate and reference an EJB while the other page flow uses Java JNDI API directly embedded in a JSP page.
http://edocs.bea.com/workshop/docs81/doc/en/core/i
created by meena on 2008-02-25 22:51:23
|
|
|