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
|
|
|
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
|
|
|
Successful Lisp
Describe the most common objections to Lisp, and answer each with advice on state-of-the-art implementations .This book may not be reproduced without the written consent of its author. Online distribution is restricted to the author's site.
http://psg.com/~dlamkins/sl/contents.html
created by fabia on 2008-04-05 00:51:14
|
|
|
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
|
|
|
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
|
|
|
C++ Reference
The standard C++ library is a collection of functions, constants, classes, objects and templates that extends the C++ language providing basic functionality to perform several tasks, like classes to interact with the operating system, data containers, manipulators to operate with them and algorithms commonly needed.
http://www.cplusplus.com/reference/
created by meena on 2008-02-04 22:04:38
|
|
|
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
|
|
|