GeekArticles
Java
J2EEUsing XDoclet: Developing EJBs with Just the Bean Class
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 601 times |
Add CommentFiled in: J2EEby Dion Almaer 01/30/2002 Have you developed an EJB? Have you been frustrated at having to create and manipulate the XML deployment descriptors, as well as the interfaces? I certainly have. I was recently working on an EJB for the Xbeans open source project and I decided to use another open source tool -- XDoclet -- to generate the XML descriptors and interfaces for me. Using XDoclet will enable you to work more efficiently within the J2EE framework. You will have a simpler view of your...n
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing - The ShowerThread Class The ShowerThread Class
Since SaveAsDialog.show() blocks, we cannot call this from our main thread; instead we spawn a new thread. This thread could just be an anonymous inner class in the init()metho ...
• Developing and Deploying a SharePoint Feature - Part 1 SharePoint 2007 has a number of new features over its predecessors. After examining the features of it, Steven demonstrates how to develop, package, deploy and enable a simple feature solution. He examines the required steps to build the solution and then delves deeper into the structure of the XML ...
• Best Practices for Developing a Web Site Just because Web sites are easy to build these days, doesn't mean it's easy to build a quality Web site that meets your business objectives. Before developing your next Web site, or redesigning an existing site, download this Internet.com eBook to guide you through the process and plan you ...