InfoWorld: Modernizing IT

JavaWorld: Solutions for Java Developers

Advanced search
  • Research Centers
  • + Core Java
    • Client-side Java
    • Design Patterns
    • Java Language
    • Java Platform APIs
    • Java Programming Concepts
    • Swing/GUI Programming
    • Threads/Concurrency
  • + Enterprise Java
    • Ajax/RIA/Web 2.0
    • Architecture & Scalability
    • Enterprise Best Practices
    • Java & XML
    • Java Web Development
    • Web Services & SOAs
  • + Mobile Java
    • + Tools & Methods
      • Application Servers
      • Data Management/RDBMS
      • Enterprise Middleware
      • Java IDEs
      • Java Security
      • Open Source Tools
      • Scripting/Other Languages
      • Software Development Lifecycle
      • Software Development Methodologies
      • Testing & Debugging
      • Web Application Frameworks
    • + JavaWorld Archives
      • Design Techniques
      • How-to Java
      • Java 101
      • Java Design Patterns
      • Java Q&A
      • Java Tips
      • Java Traps
      • Server-side Java
      • Under the Hood
    • Site Resources
    • Featured Articles
    • News & Views
    • Community
    • Java Q&A
    • JW Blogs
    • Podcasts
    • Site Map
    • Careers
    • Newsletters
    • Whitepapers
    • RSS Feeds
    • About JavaWorld
    • Advertise
    • Write for JW

    • Featured articles

    Results for: +topicid:1002 +subtopicid:1030

    Document count:topicid:1002 (676) subtopicid:1030 (81)

    about 81 results found, scored using date, sorted by relevance
    score without date  
    prev16-30next

    51%
    Find Similar

    Boost Tomcat performance for static content - JavaWorld
    Feb. 28, 2005
    PippoProxy is a 100 percent pure Java HTTP proxy designed and implemented for Tomcat that can be used instead of standard Apache-Tomcat solutions. It addresses the need for a Java HTTP proxy in those cases where ...
    http://www.javaworld.com/javaworld/jw-02-2005/jw-0228-pippo.html


    51%
    Find Similar

    Let your Ant enjoy Spring - JavaWorld
    Feb. 14, 2005
    This article presents an Ant task extension that allows the invocation of an IoC (Inversion of Control) managed object or any unmanaged object. It also shows how OGNL (Object Graph Navigation Language) can be used to ...
    http://www.javaworld.com/javaworld/jw-02-2005/jw-0214-antspring.html


    50%
    Find Similar

    More JSP best practices - JavaWorld
    Jul. 25, 2003
    Advancements in the JavaServer Pages (JSP) specification, along with increased availability of JSP development tools and increased coverage of JSP development techniques, have facilitated the development of highly ...
    http://www.javaworld.com/javaworld/jw-07-2003/jw-0725-morejsp.html


    50%
    Find Similar

    Get down to business - JavaWorld
    Jul. 18, 2003
    Numerous projects today start small and grow into larger, more scalable architectures. However, when the architecture changes, the business logic implementation changes too. The user interface might not change, but for ...
    http://www.javaworld.com/javaworld/jw-07-2003/jw-0718-factory.html


    48%
    Find Similar

    Follow the Chain of Responsibility - JavaWorld
    Aug. 29, 2003
    The Chain of Responsibility (CoR) pattern decouples the sender and receiver of a request by interposing a chain of objects between them. In this installment of Java Design Patterns, David Geary discusses the CoR pattern ...
    http://www.javaworld.com/javaworld/jw-08-2003/ jw-0829-designpatterns.html


    46%
    Find Similar

    Foundations of JSP design patterns: The View Helper pattern - JavaWorld
    Nov. 01, 2004
    This article, an excerpt from Foundations of JSP Design Patterns (Apress, 2004), describes the View Helper pattern and shows how to build a few useful view helpers that you can add to your own toolkit.
    http://www.javaworld.com/javaworld/jw-11-2004/jw-1101-viewhelper.html


    46%
    Find Similar

    The Chain of Responsibility pattern's pitfalls and improvements - JavaWorld
    Aug. 16, 2004
    The classic Chain of Responsibility (CoR) pattern requires the individual chain node classes to decide whether the next node should be called to fulfill the chain's responsibility. This is a design flaw because, in ...
    http://www.javaworld.com/javaworld/jw-08-2004/jw-0816-chain.html


    46%
    Find Similar

    Art of Java Web development: WebWork - JavaWorld
    Mar. 29, 2004
    In this article, an excerpt from his book Art of Java Development, Neal Ford introduces the WebWork open source development framework. He discusses its architecture, configuration, and key concepts.
    http://www.javaworld.com/javaworld/jw-03-2004/jw-0329-webwork.html


    46%
    Find Similar

    Server-side Java: Advanced form processing using JSP - JavaWorld
    Mar. 01, 2000
    Processing HTML forms using servlets, or more often, CGI scripts, is one of the most common operations performed on the Web today. However, that JavaServer Pages (JSPs) can play a significant role in sophisticated form ...
    http://www.javaworld.com/javaworld/jw-03-2000/jw-0331-ssj-forms.html


    44%
    Find Similar

    Retrofit existing applications with RMI - JavaWorld
    Jan. 12, 2001
    Partitioning an existing application so it is distributed across multiple CPUs is easy using Java's Remote Method Invocation (RMI). However, RMI must be carefully introduced into existing source code. In this article, ...
    http://www.javaworld.com/jw-01-2001/jw-0112-rmi.html


    44%
    Find Similar

    Server-side Java: Patterns for flexible initialization, Part 2 - JavaWorld
    Mar. 02, 2000
    Java reflection is a great tool for decoupling implementation detail between application subsystems. In Part 2 of this series on patterns for system initialization, a general setup target pattern uses reflection to call ...
    http://www.javaworld.com/javaworld/jw-03-2000/ jw-0331-ssj-patterns2.html


    44%
    Find Similar

    Server-side Java: Patterns for flexible initialization, - JavaWorld
    Mar. 01, 2000
    Java reflection is a great tool for decoupling implementation detail between application subsystems. In this first article on patterns for system initialization, Lennart Jorelid shows you how a general ObjectFactory ...
    http://www.javaworld.com/javaworld/jw-03-2000/jw-03-ssj-patterns.html


    43%
    Find Similar

    Dynamic Behaviors in Java - JavaWorld
    Dec. 27, 2004
    Dynamic Behaviors is a design pattern similar to the Chain of Responsibility pattern that allows applications to change object behavior at runtime by attaching special class instances to the objects being modified. This ...
    http://www.javaworld.com/javaworld/jw-12-2004/jw-1227-behavior.html


    43%
    Find Similar

    Gain SQL SELECT functionality in Java - JavaWorld
    Nov. 22, 2004
    In " Filter Collections," David Rappoport described a simple way to filter collections of objects. In this article, he expands on this idea and shows you how to treat an array or a collection of objects the same way you ...
    http://www.javaworld.com/javaworld/jw-11-2004/jw-1122-select.html


    43%
    Find Similar

    Filter collections - JavaWorld
    Oct. 18, 2004
    This article describes a simple mechanism for filtering collections based on a variable number of criteria. This mechanism could prove useful in a search mask that offers many search criteria that the user can either ...
    http://www.javaworld.com/javaworld/jw-10-2004/jw-1018-filter.html


     prev   1   2   3   4   5   6  next 


    Start new search   Search these results  

       Help  Advanced  Powered by Ultraseek
    • JW's Most Read
    • Editor's Choice

    Recent:

    • Java Tips: The Serialization algorithm revealed
    • Know your Oracle application server
    • SwingX, JRuby: Survivors?
    • Cloud-ready, multicore-friendly apps, Part 2
    • Lean service architectures with Java EE 6

    Archives:

    • Hello, OSGi: Bundles for beginners (2008)
    • Sockets programming in Java: A tutorial (1996)
    • Understanding JPA, Part 1 (2008)
    • Smartly load your properties (2003)
    • REST for Java developers, Part 1 (2008)

    Fresh perspectives in JW Blogs:

    • Java to Go: As the Java world turns
    • Irregular Expressions: Career advice for coders
    • High Performance Java: On high-octane Java
    • Java Tips: Programming tips, tricks, how-to's

    JavaWorld's Daily Brew: Starting conversations in the Java developer community

    Newsletter sign-up
    View all newsletters

    Sign up for our technology specific newsletters.

    Enterprise Java
    Email Address:

    What is IT Asked & Answered

    A place to submit your nagging technology question for review by our experts - and you.

    Keep on top of the questions from your desktop or favorite social media site.

    Sponsored Links

    Sponsored Links


    • RESEARCH CENTERS Core Java Enterprise Java Java ME Tools & Methods JavaWorld Archives
    • IDG Network CIO Computerworld CSO Demo GamePro
    • Games.net IDGconnect.com IDG World Expo Infoworld Linuxworld.com
    • MacUser Macworld NetworkWorld.com PC World Playlistmag.com
    About Us | Advertise | Contact Us | Terms of Service/Privacy Copyright, 2006-2008 Network World, Inc. All rights reserved.