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:1010

    Document count:topicid:1002 (676) subtopicid:1010 (137)

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

    53%
    Find Similar

    Leverage Spring Web development with Offspring - JavaWorld
    Mar. 13, 2006
    This article introduces Offspring, a Spring-based Web framework extension. It accelerates and simplifies the design and implementation of Web applications by reusing aspect-oriented modules, thereby separating the ...
    http://www.javaworld.com/javaworld/jw-03-2006/jw-0313-offspring.html


    53%
    Find Similar

    Describe business process activities as Web services - JavaWorld
    Oct. 31, 2005
    This article is part of a series of short articles that introduce readers to the industry's various Web services standards. These articles provide a quick introduction to a standard, its background, underlying ...
    http://www.javaworld.com/javaworld/jw-10-2005/jw-1031-webservices.html


    53%
    Find Similar

    The power behind the SOA repository - JavaWorld
    Jun. 27, 2005
    This article is written for readers looking at and considering efficient, flexible, and standards-based approaches to implementing real-world service-oriented architectures, or SOAs. With the proliferation of Web ...
    http://www.javaworld.com/javaworld/jw-06-2005/jw-0627-webservices.html


    53%
    Find Similar

    Reflective XML-RPC - JavaWorld
    Feb. 07, 2005
    Java reflection offers a simple but effective way of hiding some of the complexity of remote procedure calls with XML-RPC (XML-based Remote Procedure Call). In this article, Stephan Maier shows how to wrap XML-RPC calls ...
    http://www.javaworld.com/javaworld/jw-02-2005/jw-0207-refxml.html


    50%
    Find Similar

    Services orchestration for AJAX - JavaWorld
    Dec. 17, 2006
    In this article, Masayuki Otoshi proposes to execute process definition on the client-side for AJAX. The approach allows you to create more complex AJAX Web applications with the same level of productivity and ...
    http://www.javaworld.com/javaworld/jw-12-2006/jw-1217-jsofa.html


    50%
    Find Similar

    Book excerpt: Converting XML to spreadsheet, and vice versa - JavaWorld
    Oct. 19, 2006
    In this article, an excerpt from "Pro XML Development with Java Technology" (Apress, September 2006), you'll employ the Jakarta POI project's HSSF API to translate XML into an Excel spreadsheet and then covert the ...
    http://www.javaworld.com/javaworld/jw-10-2006/jw-1019-xmlexcel.html


    50%
    Find Similar

    Java-XML mapping made easy with JAXB 2.0 - JavaWorld
    Jun. 26, 2006
    Do you need a way to manipulate XML documents within Java simply by using ordinary Java classes, and without the headaches of the Document Object Model and the Simple API for XML Processing? JAXB 2.0 could be the answer ...
    http://www.javaworld.com/javaworld/jw-06-2006/jw-0626-jaxb.html


    50%
    Find Similar

    Convert HTML content to PDF format - JavaWorld
    Apr. 10, 2006
    In this article, Nick Afshartous illustrates a way to convert HTML content to PDF, a function that would prove useful, for example, in a Web application that has the "Download as PDF" feature on some of its pages. ...
    http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html


    50%
    Find Similar

    AJAX: Dawn of a new developer - JavaWorld
    Oct. 17, 2005
    The recently coined term AJAX (Asynchronous JavaScript with XML) has given new life to Web development and spurred the advance of Web 2.0. This article looks at the current state of AJAX and how it is changing the Web ...
    http://www.javaworld.com/javaworld/jw-10-2005/jw-1017-ajax.html


    50%
    Find Similar

    Implement complicated data transformations with SAX and XSLT - JavaWorld
    Sep. 05, 2005
    Data transformations are always difficult to implement. The XSLT (Extensible Stylesheet Language Transformations) specification is a great tool for XML transformations, but it only works when the input data is XML. In ...
    http://www.javaworld.com/javaworld/jw-09-2005/jw-0905-xslt.html


    50%
    Find Similar

    OO, XML, and GML: Are angle brackets a flexible modeling material? - JavaWorld
    Sep. 05, 2005
    Using XML in a Java environment can easily introduce questions like: Why should I use it at all? How do I use it? What is the best way to use XML? This article summarizes Milan Trninić's experience in trying to answer ...
    http://www.javaworld.com/javaworld/jw-09-2005/jw-0905-xml.html


    50%
    Find Similar

    Practical XML Schema - JavaWorld
    Aug. 08, 2005
    Though XML Schema powerfully expresses an XML document's structure, it has a steep initial learning curve. This article gets you up that hill fast. Author Graham King explains XML Namespaces and XML Schema; shows how to ...
    http://www.javaworld.com/javaworld/jw-08-2005/jw-0808-xml.html


    50%
    Find Similar

    Implement a customizable ESB with Java - JavaWorld
    Aug. 08, 2005
    Integrating various components and services existing in an enterprise, regardless of the messaging protocol and/or the message format they use, requires some backbone that can connect those components/services. An ...
    http://www.javaworld.com/javaworld/jw-08-2005/jw-0808-esb.html


    50%
    Find Similar

    AJAX made simple with DWR - JavaWorld
    Jun. 20, 2005
    This article explains the advantages of using the open source project DWR (Direct Web Remoting) with AJAX (Asynchronous JavaScript and XML) concepts to improve Web application usability. The author takes a step-by-step ...
    http://www.javaworld.com/javaworld/jw-06-2005/jw-0620-dwr.html


    50%
    Find Similar

    Managing components with Modeler - JavaWorld
    Jun. 06, 2005
    In this article, an excerpt from the e-book Jakarta Commons Online Bookshelf (Manning Publications, 2005), Vikram Goyal introduces the Modeler component. He shows how to use Modeler to create model MBeans for monitoring ...
    http://www.javaworld.com/javaworld/jw-06-2005/jw-0606-commons.html


     prev   1   2   3   4   5   6   7   8   9  10  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.