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

    Document count:topicid:1123 (445) subtopicid:1057 (136)

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

    43%
    Find Similar

    Java Tip 41: POSTing via Java revisited - JavaWorld
    Oct. 01, 1997
    In JavaWorld's August issue, we ran a Java Tip on "POSTing from applets." Not only was the tip popular with readers, but it spawned a number of questions. This new tip on POSTing via Java attempts to satisfy your ...
    http://www.javaworld.com/javatips/jw-javatip41.html


    43%
    Find Similar

    Java Tip 38: The trick to "Iterator Observers" - JavaWorld
    Sep. 01, 1997
    Examples of the Iterator and Observer pattern can be found in most object-oriented systems and class libraries. Using these two patterns together to create Iterator Observers can help reduce code duplication and promote ...
    http://www.javaworld.com/javatips/jw-javatip38.html


    43%
    Find Similar

    Java Tip 34: POSTing via Java - JavaWorld
    Jul. 01, 1997
    This tip shows you how to send POST requests to Web servers and retrieve the response from an applet. (800 words) Please also see " Java Tip 41: POSTing Via Java Revisited" for more on this topic.
    http://www.javaworld.com/javatips/jw-javatip34.html


    43%
    Find Similar

    Java Tip 30: Polymorphism and Java - JavaWorld
    May. 01, 1997
    Object-oriented programming languages offer a rich set of constructs for modeling runtime behavior. Understanding polymorphism is key to designing scalable, plug-and-play architectures. Polymorphism generally removes ...
    http://www.javaworld.com/javatips/jw-javatip30.html


    43%
    Find Similar

    Java Tip 26: How to improve Java's I/O performance - JavaWorld
    Mar. 01, 1997
    The previous Java releases are known to have some I/O performance problems. JDK 1.1 provides some improvements but not enough. This tip will illustrate how to improve I/O performance further. (1,100 words)
    http://www.javaworld.com/javatips/jw-javatip26.html


    43%
    Find Similar

    Java Tip 27: Typesafe constants in C++ and Java - JavaWorld
    Mar. 01, 1997
    The use of enums in C++ and static, final, and int in Java are common constructs for writing readable code. However, consider the following Java code: Font font1 = new Font("Dialog",12,Font.PLAIN); Font font2 = new Font ...
    http://www.javaworld.com/javatips/jw-javatip27.html


    43%
    Find Similar

    Java Tip 22: Protect your bytecodes from reverse engineering/decompilation - JavaWorld
    Jan. 01, 1997
    One of the ongoing criticisms of Java is the ease by which Java bytecodes can be decompiled to produce Java source code. This tip shows you how to help protect your Java code from decompilation. (1,000 words)
    http://www.javaworld.com/javatips/jw-javatip22.html


    43%
    Find Similar

    Java Tip 18: Implementing a timeout feature for the JDK 1.0.2 DatagramSocket - JavaWorld
    Oct. 01, 1996
    Normally, the receiving of a datagram packet is accomplished in a "blocked I/O" mode. That is, the program or thread is blocked until the packet is received. This Java Tip explains how to implement a timer object that ...
    http://www.javaworld.com/javatips/jw-javatip18.html


    43%
    Find Similar

    Java Tip 19: Java makes it easy to copy files from a Web site - JavaWorld
    Oct. 01, 1996
    Here is a tool that makes it possible to copy files quickly and easily from a Web site. (680 words)
    http://www.javaworld.com/javatips/jw-javatip19.html


    43%
    Find Similar

    Java Tip 3: Our first Java Tip winner! - JavaWorld
    Mar. 01, 1996
    Greg has put together some code to show us one way for two applets on two separate pages to communicate with each other.
    http://www.javaworld.com/javatips/jw-javatip3.html


    Java Tips
    Sep. 28, 2006
    http://www.javaworld.com/columns/jw-tips-index.html


    42%
    42%
    Find Similar

    Java Tip 143: Utilize the Database Schema Browser - JavaWorld
    Oct. 31, 2003
    The Database Schema Browser utility eases the task of database lookup by providing users with a consolidated list of tables and their definitions with one simple hit to the servlet. What's more, you can use the browser' ...
    http://www.javaworld.com/javaworld/javatips/jw-javatip143.html


    42%
    Find Similar

    Java Tip 142: Pushing JButtonGroup - JavaWorld
    Sep. 19, 2003
    Swing's ButtonGroup class allows radio button grouping to ensure single selection; however, the implementation raises many question marks. You cannot retrieve a reference to the currently selected button in the group, ...
    http://www.javaworld.com/javaworld/javatips/jw-javatip142.html


    42%
    Find Similar

    Java Tip 140: Automatically generate JavaBeans from XSL files in J2EE applications -..
    Jul. 11, 2003
    One way to write Java 2 Platform, Enterprise Edition (J2EE) applications that produce dynamic content is to use servlets, JavaBeans, XML, HTML, and XSLT (Extensible Stylesheet Language Transformations). In this tip, ...
    http://www.javaworld.com/javaworld/javatips/jw-javatip140.html


    42%
    Find Similar

    Java Tip 139: Ask the right questions in your survey application - JavaWorld
    Jun. 27, 2003
    Businesses often use surveys for market research, user feedback, and various evaluation methods. Increasingly, surveys are being placed online, and good software is needed to make them more efficient and cost effective. ...
    http://www.javaworld.com/javaworld/javatips/jw-javatip139.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.