| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles |
- XML Messaging Using JBoss by Benoit Aumars - [Clicks: 324]
In this article, I will focus on data sharing, with the common producer-consumer model, using open source software such as: - JBoss: A popular open source application server; - Quartz: A job scheduling system; - Hibernate: An object/relational persistence and query service for Java; - Castor: A Java-XML data-binding framework.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2004/10/13/XMLMessaging.html - Oct, 2004 - Accessing Data Through Persistence Frameworks by Yasser EL-Manzalawy - [Clicks: 69]
Directly accessing a relational database from an object-oriented Java application can be inefficient and introduce problems. Moving to Persistence Frameworks may be the solution you need.
http://www.developer.com/java/ - May, 2004 - XML Processing with Java Object Technology by Scott Ryan - [Clicks: 300]
In this article, we will look at two of the more popular frameworks used to turn XML input into Java objects and Java objects into XML. In addition, we will explore at XMLBeans and Castor, which seem to be the most talked about and most commonly used frameworks in the open source world (including the digester from Apache commons). Both technologies can be easily downloaded from the Internet. XMLBeans was developed by BEA and is used to increase the productivity of developers using those technologies. XMLBeans is part of WebLogic Workshop 8.1 and has been implemented in such a way as to make development of Web services that use XML easy for even the most novice developers. Both technologies have excellent support via online Web sites and multiple user groups.
[Includes source code]
http://dev2dev.bea.com/technologies/xmlbeans/articles/ryan_xml.jsp - May, 2004