JavaBeans Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 29 articles & tutorials regarding "JavaBeans".
- 1.) JavaBeans: Unlocking the BeanContext API
- By Onno Kluyt (May 1999) Since the introduction of the JavaBeans TM component architecture in the Java TM Development Kit v 1.1 (JDK TM ) release in February 1997, additional specifications have been added to this component architecture such as the Extensible Runtime Containment and Services Protocol and the InfoBus standard extension. Both of these additions provide APIs that enable Beans to interconnect during run-time. Read on to learn more about the Extensible Runtime Containment...
Found at Java Developer Connection
- 2.) Serialize Java Data Objects to XML
- June 2003 Issue ADVERTISEMENT O ne of the least publicized new features of the Java Development Kit (JDK) 1.4 is the java.beans.XMLEncoder/XMLDecoder, which is built into the java.beans package. At a stroke this feature makes it possible to easily save and restore Java data objects, graphs of objects, and GUI state to a compact XML form that is so robust it continues to be usable even when the original class definitions change. There is nothing to download and install. It certainly...
Found at Java Pro
- 3.) Let InfoBus Plug Your Beans Together
- by Mark Colan and Christopher J. Karle (March 1998) The InfoBus is a public specification of dynamic data-sharing technology that enables developers to equip their JavaBean components to communicate with other JavaBean components. InfoBus was jointly designed by Lotus Development Corporation and Sun Microsystems' JavaSoft division; the final release 1.1 specification, the release candidate for InfoBus 1.1, and other information about InfoBus can be found at...
Found at Java Developer Connection
- 4.) Decoupling Application Logic, Persistence, and Flow: The Model Technique
- By Michael Nash JavaBeans and Object-Oriented Design Virtually every Java developer is familiar with the JavaBean specification. One of the most important parts of this specification is the use of certain predictable method signatures to control properties of the bean (e.g. the "getXXX" and setXXX" methods we all know and love). JavaBeans are of course a specific instance of the general object-oriented method that is a foundation of any well-structured Java application. Objects are, in...
Found at developer.com
- 5.) JDO vs. Entity Beans: A Modest Proposal
- by Marek Mosiewicz 02/27/2002 When Sun introduced the EJB 1.1 spec (including Entity Beans) two years ago, it was a revolution in enterprise computing. Experience revealed, however, that it was not perfect. The remote interface is slow and it makes creation of fine-grained objects difficult, in many cases. The Java Data Objects (JDO) interface was later introduced as a new interface for storing objects to a data store, which in many cases could be a replacement for Entity Beans. At...
Found at O'Reilly Network
- 6.) Building Java Enterprise Applications: Business Logic, Part 3
- Related Reading Building Java Enterprise Applications vol I: Architecture By Brett McLaughlin Table of Contents Index Sample Chapter by Brett McLaughlin This is the final part of an extended excerpt from Chapter 8 of Building Java Enterprise Applications, Vol I: Architecture . This installment focuses on issues of statefulness and statelessness. The second article looked at the UserManager component. The first installment covered the facade pattern, a way to use session beans to access...
Found at O'Reilly Network
More articles & tutorials (Index of all articles & tutorials)
|
|