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

    Document count:topicid:1002 (676) subtopicid:1129 (29)

    29 results found, scored using date, sorted by relevance
    score without date  
    prev16-29spacer

    50%
    Find Similar

    Building cloud-ready, multicore-friendly applications, Part 2: Mechanics of the cloud -..
    Apr. 30, 2009
    What's all that airy stuff we're calling "the cloud"? Appistry's Guerry Semones explains the mechanics of how cloud platforms take your cloud-ready application code to the next level.
    http://www.javaworld.com/javaworld/jw-04-2009/jw-04-multicore-and- cloud-ready-2.html


    50%
    Find Similar

    REST for Java developers, Part 4: The future is RESTful - JavaWorld
    Apr. 02, 2009
    Find out why REST interfaces are foundational for emerging architectures such as the Semantic Web. Brian Sletten takes a big-picture view of REST, now and in the future, in this final article in his series.
    http://www.javaworld.com/javaworld/jw-04-2009/jw-04-rest-series-4.html


    49%
    Find Similar

    Lean service architectures with Java EE 6 - JavaWorld
    Apr. 14, 2009
    Thanks to Java EE 6's simplified development model, a few interfaces and annotated classes are all you need to implement the facade, the service, and the domain structure that constitute a lean service-oriented ...
    http://www.javaworld.com/javaworld/jw-04-2009/jw-04-lean-soa-with- javaee6.html


    49%
    Find Similar

    REST for Java developers, Part 3: NetKernel - JavaWorld
    Feb. 03, 2009
    Transitioning from an object-oriented to a resource-oriented perspective means letting go of your ideas about how things should work. Give it a try with this introduction to NetKernel: a URI-based microkernel ...
    http://www.javaworld.com/javaworld/jw-02-2009/jw-02-rest-series-3.html


    47%
    Find Similar

    Open source Java projects: Jakarta Cactus - JavaWorld
    Mar. 24, 2009
    Unit-testing server-side code is famously challenging, but Jakarta Cactus does make it easier. Learn how Cactus extends JUnit with an in-container strategy that lets you execute test cases for servlets, EJBs, and other ...
    http://www.javaworld.com/javaworld/jw-03-2009/jw-03-osjp-cactus.html


    47%
    Find Similar

    Java concurrency with thread gates - JavaWorld
    Mar. 05, 2009
    The thread gate pattern is an effective tool for managing thread concurrency, but not many developers know about it. Fire up your IDE for a quick tutorial in implementing thread gates in multithreaded business ...
    http://www.javaworld.com/javaworld/jw-03-2009/jw-03-java-concurrency- with-thread-gates.html


    47%
    Find Similar

    Building cloud-ready, multicore-friendly applications, Part 1: Design principles -..
    Mar. 03, 2009
    Atomicity, statelessness, idempotence, and parallelism: that's your ticket to code that's ready for both modern multicore chips and the future of distributed -- or cloud -- computing. Appistry engineer Guerry Semones ...
    http://www.javaworld.com/javaworld/jw-03-2009/jw-03-multicore-and- cloud-ready-1.html


    47%
    Find Similar

    Understanding actor concurrency, Part 1: Actors in Erlang - JavaWorld
    Feb. 24, 2009
    As multicore hardware continues to mature, the shared-state concurrency model that Java and other mainstream languages depend on is headed toward obsolescence. Learn how Erlang, a functional language, implements an ...
    http://www.javaworld.com/javaworld/jw-02-2009/jw-02-actor- concurrency1.html


    47%
    Find Similar

    Open source Java projects: Terracotta - JavaWorld
    Jan. 27, 2009
    Get a primer on clustering, including its typical failure points in serialization and redundancy. Then find out how Terracotta overcomes these challenges in JavaWorld's hands-on introduction to enterprise clustering ...
    http://www.javaworld.com/javaworld/jw-01-2009/ jw-01-osjp-terracotta.html


    47%
    Find Similar

    Distributed transactions in Spring, with and without XA - JavaWorld
    Jan. 06, 2009
    Before you settle on a transaction-processing pattern for your Spring application, make sure you understand the variety of options and how each one will impact the performance, safety, reliability, and data integrity of ...
    http://www.javaworld.com/javaworld/jw-01-2009/jw-01-spring- transactions.html


    47%
    Find Similar

    J2EE object-caching frameworks - JavaWorld
    May. 31, 2004
    Object caching is an important piece in the design and development of Web portals. In a typical Web portal application, we need the frequently accessed data in a JVM's memory, but, at the same time, we want the ability ...
    http://www.javaworld.com/javaworld/jw-05-2004/jw-0531-cache.html


    45%
    Find Similar

    Clojure: Challenge your Java assumptions - JavaWorld
    May. 12, 2009
    Clojure's immutable datatypes, lockless concurrency, and simple abstractions make parallel programming for multicore hardware simpler and more robust than in Java. Joshua Fox takes you on a tour of this exciting new ...
    http://www.javaworld.com/javaworld/jw-05-2009/jw-05-clojure.html


    42%
    Find Similar

    Lamport's one-time password algorithm (or, don't talk to complete strangers!) - JavaWorld
    Mar. 31, 2009
    The Lamport algorithm provides an elegant scheme for generating and applying one-time passwords, or OTP. Find out how Lamport works, then see it in action with an OTP reference implementation for an extensible, Java- ...
    http://www.javaworld.com/javaworld/jw-03-2009/jw-03-lamport-otp.html


    Enterprise Best Practices
    Sep. 28, 2006
    http://www.javaworld.com/channel_content/jw-best-practices-index.html


     prev   1   2 


    42%
    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.