MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
JavaWorld
October 2000
Siva Visveswaran
Dive into connection pooling with J2EE Connection pooling is a technique used for sharing server resources among requesting clients. This article focuses on support for connection pooling of both database resources and nondatabase resources in a J2EE environment... mark for My Articles similar articles
JavaWorld
December 2000
Steven Gould
Develop n-tier applications using J2EE Introducing the 13 core technologies of the Java 2 Platform, Enterprise Edition (J2EE): JDBC, JNDI, EJBs, RMI, JSP, Java servlets, XML, JMS, Java IDL, JTS, JTA, JavaMail, and JAF.... mark for My Articles similar articles
JavaWorld
October 2000
Anil Hemrajani
Do you really need Enterprise JavaBeans? Anil Hemrajani offers his opinions on whether Enterprise JavaBeans are really necessary... mark for My Articles similar articles
Linux Journal
November 2001
Michael Yuan
Linux in Education: Implementing a Research Knowledge Base Keeping up with large volumes of research requires a system both flexible and intuitive... mark for My Articles similar articles
JavaWorld
January 2001
Milan Adamovic
Process JSPs effectively with JavaBeans The JavaServer Pages Model II concept is well known. The basic idea is that the presentation should be separated from the processing code. This article offers an effective, reusable design for moving the dynamic content, processing, and validation from a JavaServer Page to a corresponding JavaBean... mark for My Articles similar articles
JavaWorld
May 23, 2003
Andrei Cioroianu
Call JavaBean methods from JSP 2.0 pages JavaServer Pages (JSP) 2.0 introduced many new features that will change the way you develop Java Web applications. This article walks you through three examples that show how to separate the JSP/HTML markup from the Java code using the new expression language (EL) and developing custom tags with dynamic attributes. mark for My Articles similar articles
JavaWorld
April 2002
Brian Goetz
J2EE or J2SE? JNDI works with both This article explores basic JNDI concepts, how JNDI is commonly used, and how to configure a free JNDI provider for use with J2SE applications... mark for My Articles similar articles
JavaWorld
July 2000
Patrick Sean Neville
Crafting Metadata Like a classic plot retold in a new setting, software applications have extended lifetimes when decoupled from their contextual details. This article exposes how traditional configuration files, XML-based properties, and cryptography help keep such details out of code. mark for My Articles similar articles
JavaWorld
December 2000
Thor Kristmundsson
Strut your stuff with JSP tags Learn how to use the custom tags from the open source Struts library and create extensions that ease the coding of properties associated with field values and user input validation... mark for My Articles similar articles
JavaWorld
July 25, 2003
Dustin Marx
More JSP best practices Advancements in the JavaServer Pages specification have eased the development of highly maintainable and standardized JSP-based Web applications. This article discusses key advancements and how each of them enables easier development of robust JSP Web applications. mark for My Articles similar articles
JavaWorld
August 2000
Arden Yingling
News and New Product Briefs (August 4, 2000) KL Group ships DeployDetector for management of Java applications; Running Start adds Java/XML/WAP support; Computer Associates International releases EJB development tool; IIT offers free JMS messaging system; Allaire licenses J2EE platform from Sun... mark for My Articles similar articles
JavaWorld
February 2001
Abraham Kang
J2EE clustering, Part 1 If you plan to build a scalable and highly available Website, you need to understand clustering. In this article, the author introduces J2EE clustering, shows how to implement clusters, and examines how different servers differ in their approaches... mark for My Articles similar articles
JavaWorld
July 2000
Sanjay Mahapatra
Transaction management under J2EE 1.2 This article provides an overview of transaction management in the Java 2 Platform Enterprise Edition (J2EE) and discusses the benefits and tradeoffs of various transaction-management options. mark for My Articles similar articles
JavaWorld
August 2002
Matt Gerrans
So many J2EE books, so little time Choosing the right J2EE book can be difficult. Any bookstore shelf reveals numerous choices, most of which prove quite large. Here are reviews of four popular J2EE books to help you narrow the field to a book that fits your needs. mark for My Articles similar articles
JavaWorld
August 2000
Simon Brown
Encapsulate reusable functionality in JSP tags JavaServer Pages (JSP) are a great mechanism for delivering dynamic Web-based content. This article will show how easy it is to build, deploy, and use your own custom JSP tag, using the Servlet/JSP reference implementation, Tomcat. mark for My Articles similar articles
JavaWorld
November 2001
Dustin Marx
JSP best practices This article discusses simple approaches and best practices that, when used correctly, facilitate JavaServer Pages (JSPs) development. These tips ensure reusable and easily maintainable JSPs, JSPs that allow developers to focus on their programming strengths... mark for My Articles similar articles
JavaWorld
May 2002
Nitin Nanda
Create your own type 3 JDBC driver, Part 1 How would you like to create your own type 3 JDBC driver or convert an existing JDBC driver to type 3? Type 3 drivers, primarily useful for Internet/intranet applications with no required client-side setting, provide flexible system administration facilities... mark for My Articles similar articles
JavaWorld
June 2001
Brian R.J. Heumann
Personalize your Website with skins You can give your users control over your Website's look and feel by exploiting user profiles and factoring out key visual design elements into skins. This article demonstrates a basic skin server and shows how you can use that server to begin personalizing your JSP-based Website. (1,000 words) mark for My Articles similar articles
Linux Journal
July 2001
Reuven M. Lerner
Custom JSP Actions Learning shorthand for complicated Java code.... mark for My Articles similar articles
JavaWorld
September 2000
Sandip H. Mandera
Brewing entity Enterprise JavaBeans The Enterprise JavaBeans (EJB) specification provides two flavors of beans: session beans and entity beans. After Sun Microsystems's release of EJB Specification 1.1, support for entity beans became mandatory. This article will introduce component developers to entity beans and show how to channel the beans' power. mark for My Articles similar articles
JavaWorld
February 2001
Tarak Modi
Add the power of asynchronous processing to your JSPs The author shows how to bring the power of Java Messaging Service to JavaServer Pages developers who are excellent at content development but not interested in the intricacies of asynchronous programming... mark for My Articles similar articles
JavaWorld
September 2000
John Zukowski
Which JSP book serves up the best lesson? JavaServer Pages is the latest craze for generating dynamic content Webpages for cross-platform and cross-Web server support. With at least six JSP books in stores today, more coming, and book prices rising, making the best book choice can be overwhelming... mark for My Articles similar articles
JavaWorld
March 2001
Vinay Aggarwal
The magic of Merlin This technical overview will give you insight into the various new features and APIs of the upcoming JDK 1.4 -- code-named Merlin -- expected to be released this month. mark for My Articles similar articles
JavaWorld
January 2001
Vincent DiBartolo
FreeMarker: An open alternative to JSP You can place FreeMarker tags in text files of any format and are not married to any server-side architecture or solution. FreeMarker is easily extensible, and you can quickly build a library of reusable custom objects that will live longer than the technology solutions that utilize them... mark for My Articles similar articles
JavaWorld
July 2000
Nitin Nanda
JDBC drivers in the wild In this article, we'll examine the basic architecture of the four different types of JDBC drivers and enumerate their pros and cons. In addition, we'll evaluate and compare five specific industry-standard drivers... mark for My Articles similar articles
JavaWorld
December 2002
Letters to the Editor Which getResource() strategy should you use with an obfuscator? How do you use CachedRowSet with multiusers? Can you declare a type-safe collection in C#? mark for My Articles similar articles
JavaWorld
September 2000
Jennifer Wilson
Java Product News Free downloads available for devicetop.com developers; Sun endorses MPEG-4 standard; Flashline.com boosts JBuilder 4 with Flashline Component Manager; new dialog server quickly sets Web interfaces into action; MessageBay adds audio to banner ads; O'Reilly releases second edition of Java programming guide; and more. mark for My Articles similar articles
JavaWorld
January 2001
Julie Salzmann
Java Product News Vignette V/5 adds J2EE support... Oracle9i Dynamic Services now available... Energis debuts video email solution... Lutris inks deal with Borland... NetSilicon plans to add Java support... etc. mark for My Articles similar articles
JavaWorld
March 2001
Anil Hemrajani
What makes a good Java Website? Websites dedicated to Java technology have been around since 1995. Those sites offer everything from online articles and discussion forums to downloads and more. Which ones are your favorites? What is on your Java Website wish list? mark for My Articles similar articles
JavaWorld
January 2001
Chang Sau Sheong
Get the app out So you have coded and compiled the world's greatest EJB/servlet/JSP. But how are you going to show it off? mark for My Articles similar articles
JavaWorld
December 2000
Tony Loton
Make an EJB from any Java class with Java Reflection Creating EJB versions of your classes and converting the applications that use them can be time-consuming -- unless you automate the process. Read on to find out how you can automate the routine aspects of EJB development by using Java Reflection... mark for My Articles similar articles
JavaWorld
October 2001
Letters to the Editor A reader educates Jack Harich on the definition of myth... Gorsen Huang discusses the overhead of using the Reflection API with EJB... Tony Sintes and a reader ponder why Sun omitted parseDouble() prior to Java 1.2... Jeff Friesen offers a worldwide list of time zones... mark for My Articles similar articles