MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
JavaWorld
September 2000
David Geary
JSP templates This article presents a template mechanism for JSP that allows layout to be encapsulated and reused. JSP templates minimize the impact of layout changes and encourage modular design... mark for My Articles similar articles
JavaWorld
September 2002
David Geary
A look at the Composite design pattern The Composite design pattern lets you treat primitive and composite objects exactly the same. This article explores how to implement the Composite pattern and how to use it with the Tiles tag library from the Apache Struts application framework. mark for My Articles similar articles
JavaWorld
December 2002
David Geary
A first look at JavaServer Faces, Part 2 JavaServer Faces, with a well-defined request processing lifecycle and a rich component hierarchy, will profoundly affect the development of J2EE applications. Part 1 of this two-part series introduced JavaServer Faces and explored its fundamental concepts. Part 2 examines more advanced concepts such as custom validation, internationalization, and custom component implementation. 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
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
February 2003
Steve Small
JSP Standard Tag Library eases Webpage development The release of JavaServer Pages Standard Tag Library is a significant development for JSP/servlet developers. With an expression language and a set of four powerful, easy-to-learn standard tag libraries, JSTL is likely to soon become the dominant approach for implementing dynamic, Java-based Websites. 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 2002
David Geary
A first look at JavaServer Faces, Part 1 JavaServer Faces, with a well-defined request processing lifecycle and a rich component hierarchy, will profoundly affect the development of Java 2 Platform, Enterprise Edition (J2EE) applications. Part 1 of this series introduces JavaServer Faces and explores its fundamental concepts. 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
December 5, 2003
Borislav Iordanov
Dynamic server includes with local runtime context This article shows how to achieve true black-box reuse of frontend logic in the form of JSP pages or Java servlets, by wrapping the servlet request object and effectively creating a local runtime context for an included resource. mark for My Articles similar articles
JavaWorld
February 2002
Julien Mercay & Gilbert Bouzeid
Boost Struts with XSLT and XML Struts is an innovative server-side Java framework designed to build Web applications. This article introduces the processing model underlying Struts, describes the Struts framework itself, and presents Model 2X, which enhances Struts... mark for My Articles similar articles
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... 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
October 2001
David Geary
Amaze your developer friends with design patterns Design patterns are proven techniques for implementing robust, malleable, reusable, and extensible object-oriented software. This article introduces design patterns to Java developers and explores Strategy, Composite, and Decorator -- three common, yet powerful, design patterns in the JDK... 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
December 2001
Geir Magnusson Jr.
Start up the Velocity Template Engine The Velocity Template Engine lets you render data from within applications and servlets. This article introduces the Velocity Template Language (VTL) and provides examples of how to use the Velocity engine, including how to generate Web content in a Java servlet environment... 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
JavaWorld
January 2001
Jean-Pierre Dube
Printing in Java, Part 3 Part 3 of our series on Java printing introduces you to the print framework. Working on top of the Java Print API, the framework will make printing pages much easier by providing such features as a print-preview facility, a portable page-setup dialog, and graphics primitives... 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
February 2001
Steven Gould
Servlets in Apache Tomcat and BEA Systems' WebLogic Server This article reviews the steps involved in developing servlets, then describes how to take the servlet and create a Web application -- in both expanded format and as a WAR. He illustrates how to deploy the Web application in Apache Tomcat -- a widely used, freeware servlet container... 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
October 2001
Michael Ball
Dispatcher eases workflow implementation This article explains how to use an Extensible Stylesheet Language (XSL)-based application employing the Dispatcher design pattern to create simple workflows and a reusable API... mark for My Articles similar articles
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. mark for My Articles similar articles
JavaWorld
November 14, 2003
Allen Holub
Create client-side user interfaces in HTML, Part 2 This "Create Client-Side User Interfaces in HTML" series continues by examining the HTMLPane sources. Part 2 offers examples of how to customize the JEditorPane to support custom tags and also provides an extended description of the Factory Method design pattern. mark for My Articles similar articles
JavaWorld
August 2001
Bin Yang
E++: A pattern language for J2EE applications, Part 2 E++, a pattern-based Java 2, Enterprise Edition application framework, promotes modularity, reusability, extensibility, portability, inversion of control, consistence, and scalability. The framework architecture captures reusable patterns and design experiences on the J2EE platform... mark for My Articles similar articles
JavaWorld
August 29, 2003
Letters to the Editor JavaWorld authors discuss byte code encryption; jEdit's attractive features; method synchronization; and more. mark for My Articles similar articles
JavaWorld
January 2, 2004
Allen Holub
More on getters and setters This article provides one of several possible programmatic solutions to the get/set-elimination problem. In particular, it demonstrates how to construct both Web-based and client-side user interfaces without exposing your object's implementation to the entire program. mark for My Articles similar articles
IndustryWeek
November 18, 2009
Steve Minter
Green Shoots for U.S. Manufacturing Technology Consumption? September's purchase of manufacturing technology and equipment was up 17.8% from August. mark for My Articles similar articles
JavaWorld
April 2001
Bin Yang
E++: A pattern language for J2EE applications, Part 1 E++, an Alexandrian pattern language, describes the process for creating a J2EE framework. Compared with a loose pattern collection, E++ provides rules for design patterns to work together in solving a set of related problems... mark for My Articles similar articles
PC Magazine
October 14, 2003
Neil J. Rubenking
Make a Default Custom Footer in Excel We show you how to customize your default workbook template to add specialized selections to the header and footer lists. mark for My Articles similar articles
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... mark for My Articles similar articles
D-Lib
Sep/Oct 2008
Chute & Van de Sempel
Introducing djatoka: A Reuse Friendly, Open Source JPEG 2000 Image Server Support for the format is emerging in major consumer applications, and the cultural heritage community seriously considers it a viable format for digital preservation. mark for My Articles similar articles
JavaWorld
August 2001
Rinaldo Di Giorgio
Serve clients' specific protocol requirements with Brazil, Part 5 How to use Brazil to process content from diverse Websites, tailor the content to reflect a user's desires, and provide the content as a Web service -- and how to use Brazil to integrate new technologies with legacy Web applications that aren't XML-enabled... mark for My Articles similar articles
The Motley Fool
July 13, 2011
Neha Chamaria
Your Portfolio Better Get Ready to Habla Espanol o Portugues Keep an eye on how companies take advantage of growth in Latin America. mark for My Articles similar articles
Linux Journal
August 1, 2007
Steve Munroe
Exploiting 64-Bit Linux By leveraging large virtual addresses and memory mapped files, we combine programming and file persistence into a single activity. This simplifies programming when persistence and sharing of large complex data structures are required. It also improves the efficiency of data access and sharing, as multiple programs can access data directly from the single real page copy. mark for My Articles similar articles
D-Lib
Nov/Dec 2014
Klampfl et al.
A Comparison of Two Unsupervised Table Recognition Methods from Digital Scientific Articles In this paper we present two table recognition methods based on unsupervised learning techniques and heuristics which automatically detect both the location and the structure of tables within a article stored as PDF. 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
October 2000
Rinaldo Di Giorgio
Serve clients' specific protocol requirements with Brazil, Part 2 How to use XML to facilitate data exchange between applications.... How you apply XML to exchange weather data... Scripting languages that you can implement to efficiently and quickly produce XML-tagged data... etc. mark for My Articles similar articles
PC World
October 31, 2001
Jim Welp
Ins and Outs of Word Templates A custom template can override those pesky defaults... 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
HBS Working Knowledge
December 19, 2005
Pankaj Ghemawat
The Regional Slice of Your Global Strategy The Harvard Business School professor argues that the best international strategy also includes recognition of differences in local markets. This excerpt describes the challenges of designating a meaningful definition of region for your company. mark for My Articles similar articles
The Motley Fool
June 3, 2010
Hope Nelson-Pope
The Washington Post: Too Local, Too Late? The Post's flagship newspaper tries to rebrand its online local section. But will it be able to save itself? mark for My Articles similar articles
Finance & Development
September 2011
Adolfo Barajas et al.
Differing Benefits Financial development does not give the same growth boost to all countries. mark for My Articles similar articles
JavaWorld
March 2001
Tony Loton
Access the world's biggest database with Web DataBase Connectivity What if the World Wide Web really were a database; if each Webpage were a table that you could query using SQL or even JDBC? Then you wouldn't be limited to just browsing. This article provides Java code for accessing web pages in an SQL-like manner. mark for My Articles similar articles
Popular Mechanics
August 2008
Joel Johnson
How to Unlock DVD Regions on Your Mac and PC: Tech Clinic There are plenty of programs, for both Macs and PCs, that circumvent disc regions entirely, or that allow you to rip DVD movies onto your hard drive. mark for My Articles similar articles
AFP eWire
February 17, 2004
New Study Examines Regional Differences in U.S. Philanthropy Independent Sector has released a new study that reveals three major factors or characteristics influencing philanthropic activity across the United States. mark for My Articles similar articles
PC Magazine
August 16, 2006
Letterhead Problem In Word Set separate margins set for different pages of a letter. mark for My Articles similar articles
JavaWorld
July 2001
Leon Messerschmidt
Take the fast track to text generation Using text-based templates for tasks like HTML generation and mail merging can liberate developers from mundane and error-prone text generation code... mark for My Articles similar articles
The Motley Fool
June 12, 2006
Stephen D. Simpson
Investing World Cup: Africa and the Middle East vs. Developed Asia Or, a bet on the future versus a region more like home. With more and more investors looking abroad for stock ideas, we present our own version of the World Cup. mark for My Articles similar articles
The Motley Fool
June 12, 2006
Nathan Parmelee
Investing World Cup: Developed Asia Rebuttal Ten or 12 years from now, things might be different, but this is 2006, and developed Asia wins this one. mark for My Articles similar articles