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:1123 +subtopicid:1056

    Document count:topicid:1123 (445) subtopicid:1056 (48)

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

    41%
    Find Similar

    An introduction to agents - JavaWorld
    Jun. 01, 1998
    Agents draw on and integrate many diverse disciplines of computer science, and although agent technology has not yet hit prime time, it is gathering its share of investment money. Find out what all the uproar is about ...
    http://www.javaworld.com/jw-06-1998/jw-06-howto.html


    41%
    Find Similar

    Unfurling Java's data transfer API - JavaWorld
    May. 01, 1998
    Savvy end-users expect Java applications to coexist with their non-Java brethren. But coexistence is more than simply sharing space on the same screen. The apps must share data as well. This month, Todd Sundsted shows ...
    http://www.javaworld.com/jw-05-1998/jw-05-howto.html


    41%
    Find Similar

    MVC meets Swing - JavaWorld
    Apr. 01, 1998
    The designers of the Swing user interface components of the Java Foundation Classes (JFC) designed each component around a pattern called Model/View/Controller (MVC). The result is a user interface toolkit of almost ...
    http://www.javaworld.com/jw-04-1998/jw-04-howto.html


    41%
    Find Similar

    Put your user interface on a diet - JavaWorld
    Mar. 01, 1998
    Lightweight user interface components (such as the Swing components provided with the Java Foundation Classes) have significant advantages -- that is, transparency and a platform-independent look and feel -- when ...
    http://www.javaworld.com/jw-03-1998/jw-03-howto.html


    41%
    Find Similar

    Use the two "R"s of Java 1.1 -- Readers and Writers - JavaWorld
    Nov. 01, 1997
    With the release of Java 1.1, the developers of the Java class library improved the java.io package considerably. Among the improvements was a family of character-oriented stream classes. This month we'll take a look at ...
    http://www.javaworld.com/jw-11-1997/jw-11-howto.html


    41%
    Find Similar

    Waging war on electronic junk mail - JavaWorld
    Oct. 01, 1997
    Computer technology has brought many advantages to our everyday lives: streamlined work production, efficient communications, and vast amounts of easily accessible information to name a few. But as with every silver ...
    http://www.javaworld.com/jw-10-1997/jw-10-howto.html


    41%
    Find Similar

    Using the Graphics class - JavaWorld
    Nov. 01, 1996
    The Graphics class is at the heart of many Java programs, for it provides the framework for all graphics operations. This article describes, in detail, the Graphics class and the drawing primitives it provides, and ...
    http://www.javaworld.com/jw-11-1996/jw-11-howto.html


    40%
    Find Similar

    Secure your Java apps from end to end, Part 2 - JavaWorld
    Jul. 13, 2001
    In Part 2 of Todd Sundsted's examination of security, he discusses application security. Little mistakes during application development often lead to big security problems for developers and users. Todd introduces you ...
    http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-howto.html


    40%
    Find Similar

    Secure your Java apps from end to end, Part 1 - JavaWorld
    Jun. 15, 2001
    Security means many things to many people. For much of its history, Java security has meant virtual machine and byte code security. That notion neglects two equally important facets -- application and network security. ...
    http://www.javaworld.com/javaworld/jw-06-2001/jw-0615-howto.html


    40%
    Find Similar

    Build secure network applications with SSL and the JSSE API - JavaWorld
    May. 11, 2001
    SSL (Secure Socket Layer) is the de facto standard for securing a communication channel between two applications that converse over the Internet. Sun's JSSE (Java Secure Socket Extension) provides SSL support for Java ...
    http://www.javaworld.com/javaworld/jw-05-2001/jw-0511-howto.html


    40%
    Find Similar

    Construct secure networked applications with certificates, Part 4 - JavaWorld
    Apr. 13, 2001
    You can build applications using the tools and the information provided in the first three parts of this series on certificates. However, to build the most secure applications possible, you must understand the details ...
    http://www.javaworld.com/javaworld/jw-04-2001/jw-0413-howto.html


    40%
    Find Similar

    Construct secure networked applications with certificates, Part 3 - JavaWorld
    Mar. 16, 2001
    Certificates and public-key cryptography are great when private keys remain private. When a private key is exposed, either accidentally or maliciously, the security provided by public-key cryptography ends. Enter the ...
    http://www.javaworld.com/javaworld/jw-03-2001/jw-0316-howto.html


    40%
    Find Similar

    Construct secure networked applications with certificates, Part 2 - JavaWorld
    Feb. 16, 2001
    Although it's not the only runner in the certificate race, the X.509 certificate standard is so far ahead that its eventual victory is all but guaranteed. This month, Todd Sundsted describes X.509 certificates and ...
    http://www.javaworld.com/javaworld/jw-02-2001/jw-0216-howto.html


    40%
    Find Similar

    Construct secure networked applications with certificates, Part 1 - JavaWorld
    Jan. 12, 2001
    Public-key cryptography's importance to network security must not be overlooked. However, trust issues challenge public-key cryptography's usage in enterprise-scale settings. In Part 1 of this series on certificates, ...
    http://www.javaworld.com/javaworld/jw-01-2001/jw-0112-howto.html


    40%
    Find Similar

    XML and Java: A potent partnership, Part 4 - JavaWorld
    Sep. 20, 1999
    In this final installment of his four-part series on XML and Java, Todd Sundsted completes his integration of JavaScript and Java and brings the ease-of-use and flexibility of a scripting language to his XML framework. ...
    http://www.javaworld.com/javaworld/jw-09-1999/jw-09-howto.html


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