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... |
JavaWorld March 2003 Amit Goel & David Marshall |
Manage users with JMS This article describes a simple solution to the common problem of maintaining consistent user information across various business applications. |
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. |
New Architect July 2002 Stephen R. Wisnieski |
The Queue Factor Enterprise integration with message-oriented middleware |
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. |
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... |
JavaWorld March 2001 Dirk Reinshagen |
XML messaging, Part 1 In this article, the first of three, the author discusses XML messaging, specifically the basic premise of XML messaging, what it is, and why it is useful. Further, he presents a simple XML message broker for custom XML messages... |
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. |
JavaWorld October 2002 Thomas Laramee |
Should you go with JMS? Java developers must often determine whether JMS meets their requirements as a message-processing layer for their distributed systems. Issues such as application server performance, data distribution, security, and error handling must be considered. |
Linux Journal July 2001 Reuven M. Lerner |
Custom JSP Actions Learning shorthand for complicated Java code.... |
JavaWorld March 2002 Nicholas Whitehead |
Listen to heartbeats using JMS With heartbeats, a critical system broadcasts a signal that lets other systems know it is still working. You can apply the same concept between distributed Java components using Java Message Service. This article shows you how and introduces an extensible framework for implementation... |
JavaWorld August 29, 2003 |
Letters to the Editor JavaWorld authors discuss byte code encryption; jEdit's attractive features; method synchronization; and more. |
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... |
JavaWorld February 2001 Taylor G. Cowan |
Get disconnected with CachedRowSet The new CachedRowSet, still in early access release, provides benefits that developers can begin to take advantage of right away. The author demonstrates how you can use a CachedRowSet as the data model for a JavaServer Pages (JSP) entry/edit form... |
JavaWorld August 2002 Abraham Kang |
Enterprise application integration using J2EE Java represents an ideal language for EAI because it runs on most, if not all, operating systems and boasts good support from EAI tool vendors. In addition, J2EE provides the security, messaging, and reliability services required in EAI. |
JavaWorld December 29, 2000 Julie Salzmann |
Java Product News Julie Salzmann delivers 12 informative company announcements and product briefs, including: aJ-100 enhances embedded applications' realtime performance; Sun makes J2ME and MID available for the Palm platform; Atinav betas voice communications via wireless networks; BEA unveils BEA WebLogic Collaborate; Softwired debuts wireless JMS middleware offering; Oracle updates Oracle Internet File System, and more. |
JavaWorld July 18, 2003 Amit Poddar |
Add concurrent processing with message-driven beans This article describes in detail how message-driven beans can effectively provide concurrency to J2EE applications. |
JavaWorld March 7, 2003 |
Java Product News InstallShield announces MultiPlatform 5... Sybase will deliver PowerBuilder 9.0 at the end of March... aJile introduces Java development kit for Nintendo Game Boy... LogicLibrary launches resource for free software development assets... etc. |
JavaWorld October 2002 Abulsorour & Visveswaran |
Business process automation made easy with Java, Part 2 Design options for rule engine integration, data synchronization considerations, workflow engine integration, and some best-practice quality-of-service considerations. Also, emerging data interchange standards that enable a more flexible solution |
JavaWorld April 18, 2003 |
Java Product News SolarMetric partners with Sun... PolarLake announces products for Q2... etc. |
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... |
JavaWorld November 2000 Julie Salzmann |
Java Product News BEA WebLogic Java Adapter for Mainframe drives legacy apps to the Web... VisiComp 1.5 adds servlet support... Debug iPlanet application server apps with free plug-in... Sun and Veritas present Jiro-enabled tools... Sprint PCS to give Java a whirl... etc. |
JavaWorld February 21, 2003 |
Java Product News Openwave announces new mobile toolkits... Sonic Software updates SonicMQ... Recursion Software announces JMS solution... Murach publishes servlet/JSP guide... Versata offers free plug-in for WebSphere Studio... Blaze Decision System 5.0 now available... etc. |
JavaWorld February 28, 2003 |
Java Product News Cape Clear updates WSDL Editor... Instantiations adds to CodePro product suite... AquaFold announces Aqua Data Studio 2.0... anacubis Viewer uncovers relationships and trends in data... Openwave announces new mobile toolkits... Sonic Software updates SonicMQ... etc. |
JavaWorld April 11, 2003 |
Java Product News Fiorano announces distributed computing solution... H&W launches DiagnoSys... Coldbeans Software updates JSP tag suite... ICS completes BX For Java testing... QFS updates UI testing tool... INM introduces Moka Xtra... IronEye SQL and IronEye Cache available for download... etc. |
JavaWorld March 14, 2003 |
Java Product News Apple releases J2SE 1.4 for the Mac... FirstSQL launches FirstSQL/J ProLite... Manning updates Swing guide... Brownpot Software introduces XDataFinder... IIT Software releases SwiftMQ 4.5... Cortex enhances code coverage analysis tool... etc. |
JavaWorld March 2, 2001 Lisa Alexander |
Java Product News Talarian JMS products offer dynamic delivery... VersantBridge plug-in speeds Java application development... JCA implementation for BEA WebLogic Server 6.0 supports J2EE... build wireless devices with minimal wireless programming knowledge... etc. |
JavaWorld April 25, 2003 |
Java Product News Manning launches electronic book subscription... Transcription Portlet now available on IBM alphaWorks... etc. |
JavaWorld May 2001 Serge Knystautas |
Cache in on faster, more reliable JSPs Want faster, more reliable JSPs? The OpenSymphony group has released the OSCache tag library, which provides fast in-memory caching within your existing JSPs. Find out why it's a great example of open source engineering and innovation... |
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... |
JavaWorld May 2, 2003 |
Java Product News Dirig updates performance management platform... EJB Solutions enhances Out-of-the-Box... etc. |
InternetNews March 28, 2006 Clint Boulton |
JBoss Gears Up For Messaging, Web Servers JBoss steps up its bid to wrest control of the infrastructure software market from IBM, BEA and Sun. |
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... |
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... |
JavaWorld February 2002 |
Letters to the Editor Readers and authors debate the fine points of programming languages, the security of redirecting to HTTPS, whether you should sacrifice performance for reusability in JSP (JavaServer Pages) development, and the benefits of templates over JSPs... |
T.H.E. Journal April 2004 |
MapleNet 2.0 MapleNet 2.0 is a Web-based learning platform for mathematical and related courses that supports the use of Java Server Pages (JSP) for content creation, includes a graphical user interface for publishing new content, and takes full advantage of the enhancements of Maple 9. |
JavaWorld December 6, 2002 |
Java Product News PrintWeaver leverages Java printing mechanism... Starlasoft updates JLAN Server... Thuraya phones receive J2ME boost... New JSP tag library now available... abaXX Technology announces support for JBoss... Precise adds Oracle9i support... Tortuga Technologies updates Ozibug... etc. |
JavaWorld October 19, 2001 |
Java Product News Bali eases client development... JVision increases UML diagram support... NeuArchitect accelerates Web services development... InstallAnywhere 4.5 now available... MKS launches code assessment tool... Cape Clear releases Web services products... etc. |
JavaWorld November 9, 2001 |
Java Product News HP and NDS put Java on TV... SavaJe XE runs J2SE applications on devices... Creative Science Systems launches Web services-based compiler... ATG delivers Dynamo beta for WebLogic... Manning publishes new JSP book... Day releases JSP debugger... etc. |
JavaWorld April 2001 Anil Hemrajani |
How many times do you restart your server during development? Java's dynamic class-loading capabilities are a major plus, but its lack of class-reloading functionality can waste development time when you're forced to restart your server several times. Is there a solution? |
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. |
JavaWorld January 2003 |
Letters to the Editor Does Flash support Java Message Service (JMS)? Is a second interface necessary with the Cascading Menu pattern? Is the Sun Certified Enterprise Architect exam biased toward English speakers? JavaWorld authors answer these questions and more in this month's Letters to the Editor. |
PC Magazine September 15, 2003 |
Mass IM One billion messages here, one billion there, and soon you're a broadcaster. That's the thinking behind a new enterprise messaging service designed to turn instant messaging into instant broadcasting. |
JavaWorld August 2000 Rinaldo Di Giorgio |
Serve clients' specific protocol requirements with Brazil, Part 1 The Brazil sever can deliver data to clients requiring such specific protocols or technologies as the simple HTTP via URL programming interface, the Java Reliable Multicast Service protocol, Java Message Service, and Jini. Plus, how to use applets, JavaScript, and the Brazil Scripting Language to rapidly create Webpages. |
New Architect January 2003 Paul Sholtz |
Instant Update Making your data and spreadsheets Web viewable through MVC: The Model-View-Controller (MVC) pattern is an established and well-understood software design method. |
JavaWorld November 2001 John Chamberlain |
Implement a J2EE-aware application console in Swing Learn the fundamentals of Swing while creating a command console to control complex enterprise applications. A console provides a window into a system's operation and allows operators to configure, monitor, and control the system in real time... |
JavaWorld December 2001 David Geary |
Web application components made easy with Composite View If you want to develop flexible and reusable JSP-based Web applications, you must separate presentation logic from business logic. Beyond that, you can extend that flexibility and reusability by separating content from layout... |
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... |
JavaWorld February 2001 Lisa Alexander |
Java Product News MicroStrategy SDK 7.1 supports Java... BEA Java tools help create personalized e-commerce applications... Data Junction Integration Suite now supports JMS... ISNetworks S/MIME Provider offers secure messaging... etc. |
JavaWorld September 28, 2001 |
Java Product News Sun releases J2EE 1.3... Kada and Cisco partner to expand network capabilities... Merant launches content management tool... Java and XSLT now available from O'Reilly... TIBCO licenses J2EE... Amber Archer introduces open source Java class library... etc. |