1 2 3 4 5 6 7 8 Next
|
|
In this article Sameer Tyagi takes a look at the Java Naming and Directory Interface (JNDI), explaining how you can manipulate Java objects on an LDAP server. He'll show you examples that demonstrate how you can store objects, search for objects, see event handling in LDAP, and much more. More info |
|
|
|
|
|
This month Samudra covers the ground work of defining Business Objects. We will compare EJB and POJO strategies for implementing Business Objects, work out the business logic implementation problems, provide guidelines for how to make Business Objects available to the client applications and more. More info |
|
|
|
Larger applications frequently get loaded down with a heavy burden of unused library files. Learn to create a custom classloader that automatically builds a JAR file that contains only the classes you need. More info |
|
|
|
An article/tutorial going throught the steps to design and build an on-line bank application using J2EE. More info |
|
|
|
It's official. Java has taken the top spot away from C++ to become the top language on SourceForge. Mats Henricson points out in his blog that as of yesterday, Java has 16738 projects on SourceForge, compared to the 16731 of C++. More info |
|
|
|
As a Java-programmer you'll probably find it easy to work with objects. To create an instance of a class one can simply use "new" and maybe a couple of setter-methods. To save your instances, so you can continue working with them tomorrow might be trickier. One solution would be to serialize your objects and store them in XML format in a flat file. If you've got many objects with complex relations then you'll soon find out that this is not the way to go. If you've got a database system and you know your SQL, then you have a solution that works. On the other hand: what if you could simply say "save my objects", and they'd be in your data base? That'd be nice, right? More info |
|
|
|
Join Kief Morris as he explains the ins and outs of writing Servlet Filters. More info |
|
|
|
Design patterns allow programmers to communicate effectively with each other, creating a common language for describing potentially complex subjects and reducing ambiguity. More info |
|
|
|
Several solutions for organizing your HTML and JSP view components. This article covers seven available solutions and exposes you to the flexibility of the Tiles and Struts frameworks. More info |
|
|
|
Java provides developers with JavaServer Pages (JSPs) and Servlets as a superior alternative to traditional CGI programs. The architecture of JSPs provide support for a logical and physical separation between the HTML page designers and the component developers, who specialize in implementing advanced business logic. Another advantage of a JSP is its ability to implement a custom tag library. These custom tags allow page designers to abstract themselves from a complex set of logic; include this tag and it will have this effect on the web page. More info |
|
|
| 1 2 3 4 5 6 7 8 Next |