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".
- 7.) XML JavaBeans TM Integration, Part 3
- by Mark Johnson, JavaWorld July 1999 This article completes the three-part series on the XMLBeans package (see Resources for the previous two articles in the series). Simply put, XMLBeans can transform a JavaBean in memory into an XML document, or can transform an XML document (of a particular form) into a running JavaBean. Figure 1 shows an extremely simplified schematic of the concept. If you've experimented with XML and JavaBeans in this series, you'll have noticed that the...
Found at Java Developer Connection
- 8.) Netscape TM Proposes a New Standard for Communication Among JavaBeans, Objects
- Lisa Stapleton, JavaSoft (June 1997) Netscape Communications Corp. unveiled details of its new proposed model for using JavaSoft's JavaBean TM technology, and demonstrated a prototypical application based on the new BeanConnect model at the Netscape Developer Conference. The model would let all Java objects in a BeanConnect program run in the same execution space in the Java TM Virtual Machine 1 , and would allow direct communication between Java objects. Thus, Java objects embedded in...
Found at Java Developer Connection
- 9.) XSLT and JSP: A Dynamic Combination
- S ince Sun released the Java 2 Enterprise Edition (J2EE) specification in December of 1999, there has been a tremendous push toward object-oriented programming. The Enterprise JavaBeans component is built around business objects session beans representing different parts of a business model and entity beans representing persistent data in a database. When creating dynamic content, you can reuse these objects by employing tags and custom tags within JavaServer Pages (JSP). Further, these...
Found at XML Magazine
- 10.) Building Java Server Pages
- by Mark Webber If you've ever used Microsoft's very popular Active Server Pages (ASP) then you'll have a good idea of what JSP is. It consists of HTML or XML markup into which special tags and code blocks are inserted. The code is executed on the server and the result is a dynamic page that is returned to the client browser. Although JSPs are simple to build they have at their disposal the full power of object-oriented Java and the Java Server API. JSPs make heavy use of Java Beans,...
Found at Web Developer's Journal
- 11.) Enterprise JavaBeans
- By Monica Pawlan (November 1998) Today, more and more developers want to write distributed transactional applications for the enterprise, and leverage the speed, security, and reliability of server-side technology. One approach is to use a multitiered model where a thin-client application invokes business logic that executes on the server. Normally, thin-client multitiered applications are hard to write because they involve many lines of intricate code to handle transaction and state...
Found at Java Developer Connection
- 12.) Introspective JavaBeans
- Posted June 13, 2004 I 've always found building graphical user interfaces in Java to be a chore. I've tried GUI builders, user interface languages, and most recently scripting languages like Groovy and Jelly. In the end, I always find that writing Java code is the only way to get done exactly what I want. For the most part, I avoid using Java for desktop applications and use it mostly for server applications with Web-based interfaces, dodging the GUI issue altogether. However, there...
Found at Java Pro
More articles & tutorials (Index of all articles & tutorials)
|
|