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:1001 +subtopicid:1138

    Document count:topicid:1001 (648) subtopicid:1138 (67)

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

    47%
    Find Similar

    Open source Java projects: JFXtras - JavaWorld
    Feb. 26, 2009
    Jeff Friesen shows you how Stephen Chin's JFXtras project fills the gaps in JavaFX, with dialog boxes, layouts, a unit-testing framework, and asynchronous thread support.
    http://www.javaworld.com/javaworld/jw-02-2009/jw-02-osjp-jfxtras.html


    47%
    Find Similar

    Asynchronous processing support in Servlet 3.0 - JavaWorld
    Feb. 19, 2009
    The revolution didn't stop with Ajax, and the incoming Servlet 3.0 specification will prove it. Find out why Servlet 3.0's support for asynchronous processing is the next big leap forward for developing collaborative, ...
    http://www.javaworld.com/javaworld/jw-02-2009/jw-02-servlet3.html


    45%
    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


    45%
    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


    45%
    Find Similar

    Java threads: A comparative book review - JavaWorld
    Dec. 15, 2000
    Java programs are multithreaded, whether you like it or not. This comparative review of six Java thread programming books will help you decide which books are the best read for learning the Java threading library and ...
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1215-threadbooks.html


    43%
    Find Similar

    Write thread-safe servlets - JavaWorld
    Jul. 12, 2004
    You finished your Web application, thoroughly tested it, and it's now deployed. You're feeling bullet proof and 10-feet tall, and then it happens...the customer-support calls start coming in: "We're seeing some strange ...
    http://www.javaworld.com/javaworld/jw-07-2004/jw-0712-threadsafe.html


    43%
    Find Similar

    The thread threat - JavaWorld
    Feb. 14, 2003
    February 14, 2003
    http://www.javaworld.com/javaworld/javaqa/2003-02/ 01-qa-0214-threadsafe.html


    43%
    Find Similar

    Synchronizing threads in Java, Part 1 - JavaWorld
    Apr. 01, 1996
    Java's built-in multithreading capability makes it easy to build powerful multiprocessing applets. Synchronizing the activity of these separate executing entities is crucial to reliable and predictable applet behavior. ...
    http://www.javaworld.com/jw-04-1996/jw-04-synch.html


    42%
    Find Similar

    Singletons with needles and thread - JavaWorld
    Jan. 25, 2002
    January 25, 2002
    http://www.javaworld.com/javaworld/javaqa/2002-01/ 02-qa-0125-singleton4.html


    42%
    Find Similar

    Browse user interfaces for Jini services - JavaWorld
    Mar. 09, 2001
    The ServiceUI specification developed by the Jini.org community defines a suggested procedure for attaching user interfaces to Jini services. In this article, Jeffrey Peden -- a new contributor to the Jiniology column ...
    http://www.javaworld.com/javaworld/jw-03-2001/jw-0309-jiniology.html


    42%
    Find Similar

    Lock on to an alternate synchronization mechanism - JavaWorld
    Jul. 14, 2000
    Tarak Modi shows how to create a reader/writer lock for multithreaded programming. That synchronization mechanism is useful if you don't want to prevent other threads from simultaneously reading a shared resource yet ...
    http://www.javaworld.com/jw-07-2000/jw-0714-locks.html


    42%
    Find Similar

    A roadmap to flexibly configurable apps - JavaWorld
    Nov. 20, 1999
    GUI toolkits, servlets, and RMI provide a great arsenal for creating client/server programs. This article presents guidelines for such programs and shows you how to use the Servit package. Together, the guidelines and ...
    http://www.javaworld.com/javaworld/jw-11-1999/jw-11-flexible.html


    42%
    Find Similar

    Can Assure save Java from the perils of multithreading? - JavaWorld
    Oct. 01, 1998
    You've probably seen many examples of Java applets that just don't work -- though obviously the applet developer must have thought they did. Anyone who has written Java has learned (no doubt the hard way) that threads ...
    http://www.javaworld.com/javaworld/jw-10-1998/jw-10-assure.html


    42%
    Find Similar

    JavaBeans: properties, events, and thread safety - JavaWorld
    Sep. 01, 1997
    The JavaBeans standard is a 100% Pure Java creature, which means that the standard exists on top of established Java programming rules and conventions -- not alongside them. One technicality that Java programmers must ...
    http://www.javaworld.com/javaworld/jw-09-1997/ jw-09-raceconditions.html


    42%
    Find Similar

    The Java Threads API makes it to print media - JavaWorld
    Jul. 01, 1997
    If you want to call yourself a Java programmer, then you need to know how to work with Java threads -- and we mean from the inside out. While Java's Threads API is simplicity itself, running multiple threads at runtime ...
    http://www.javaworld.com/javaworld/jw-07-1997/jw-07-threads.html


     prev   1   2   3   4   5  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.