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:1004 +subtopicid:1110

    Document count:topicid:1004 (652) subtopicid:1110 (161)

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

    58%
    Find Similar

    Secure data files embedded in MIDP applications - JavaWorld
    May. 02, 2005
    Developers developing standalone MIDP (Mobile Information Device Profile) applications often face the dilemma of securing data distributed in the JAR so other people cannot steal and use it to create a competing ...
    http://www.javaworld.com/javaworld/jw-05-2005/jw-0502-midp.html


    58%
    Find Similar

    Create an anonymous authentication module - JavaWorld
    Mar. 07, 2005
    Spam has become one of the biggest menaces on the Web. Many community-based applications force authentication only to distinguish a valid user from an automated spam-bot, which can be overkill in some cases. CAPTCHAs ...
    http://www.javaworld.com/javaworld/jw-03-2005/jw-0307-captcha.html


    56%
    Find Similar

    Java, BlackBerry get critical security fixes - JavaWorld
    Nov. 12, 2009
    Sun Microsystems and Research In Motion have issued critical bug fixes for security issues with their products.
    http://www.javaworld.com/javaworld/jw-11-2009/091112-java-blackberry- desktop.html


    55%
    Find Similar

    Security flaw in G1 Google phone - JavaWorld
    Oct. 30, 2008
    Researchers at Independent Security Evaluators say they've discovered a security flaw in the Android browser that could leave users vulnerable to attack.
    http://www.javaworld.com/javaworld/jw-10-2008/jw-10-android-browser- security.html


    55%
    Find Similar

    J2ME breach infects Nokia phones - JavaWorld
    Aug. 11, 2008
    Researcher Adam Gowdiak has released some of his findings regarding a J2ME security breach that could render Nokia Series 40 phone users vulnerable to attack. Further details, he says, will come at a price.
    http://www.javaworld.com/javaworld/jw-08-2008/jw-08-nokia-bug.html


    55%
    Find Similar

    Study: Web sites, open source, social networking at risk - JavaWorld
    Jul. 29, 2008
    Security trend reports from IBM and Websense show SQL injection and cross-ste scripting attacks hitting open source and social networking projects in '08. List includes Drupal, WordPress, and Linux.
    http://www.javaworld.com/javaworld/jw-07-2008/ jw-07-security-trends.html


    55%
    Find Similar

    What issue tracking system is best for you? - JavaWorld
    Mar. 14, 2007
    Issue tracking is crucial to any development project. With so many tracking systems available, it can be hard to choose the right one for your environment. This article compares and contrasts three of the most prominent ...
    http://www.javaworld.com/javaworld/jw-03-2007/jw-03-bugs.html


    55%
    Find Similar

    Java brews critical bug - JavaWorld
    Jan. 19, 2007
    A bug in the Java Runtime Environment can leave corporate systems open to attack if a user visits a site containing malicious code, security researchers have warned.
    http://www.javaworld.com/javaworld/jw-01-2007/jw-0119-bug.html


    55%
    Find Similar

    Fit for analysts and developers - JavaWorld
    Jun. 12, 2006
    Do you think automated user acceptance testing is a cool idea, but impossible or not worth doing? Have you been bogged down by the traditional record/script/replay approaches and unable to automate until the code is ...
    http://www.javaworld.com/javaworld/jw-06-2006/jw-0612-fit.html


    55%
    Find Similar

    Test-first development with FitNesse - JavaWorld
    Feb. 20, 2006
    This article describes how the open source wiki FitNesse can be used to implement a real test-first development process by bringing customer, requirements engineer, developer, and tester together. Requirements get more ...
    http://www.javaworld.com/javaworld/jw-02-2006/jw-0220-fitnesse.html


    55%
    Find Similar

    Don't sweat unit tests - JavaWorld
    Nov. 07, 2005
    By hiding the services your code depends on behind interfaces and using jMock to mock out those interfaces, you can unit test anything. In this article, Graham King shows how to build a simple example application by ...
    http://www.javaworld.com/javaworld/jw-11-2005/jw-1107-testing.html


    55%
    Find Similar

    JMeter tips - JavaWorld
    Jul. 11, 2005
    Developing a load-testing script using JMeter is not difficult, as JMeter provides a rich set of elements and a drag-and-drop-style GUI. However, creating a test script that closely models the real loads is often ...
    http://www.javaworld.com/javaworld/jw-07-2005/jw-0711-jmeter.html


    53%
    Find Similar

    Hand-rolled mocks made easy - JavaWorld
    Jul. 31, 2006
    Unit testing is something we all need to do, but getting good code coverage can be a daunting task. In this article, Gary Tong focuses on one of the basic elements of unit tests: mock objects. Using a hybrid static/ ...
    http://www.javaworld.com/javaworld/jw-07-2006/jw-0731-mock.html


    53%
    Find Similar

    Add Zing to your unit tests - JavaWorld
    Dec. 19, 2005
    Unit testing has become an inseparable part of the software development lifecycle. Many open source tools and frameworks assist developers in writing unit tests. However, little has been done to help developers write ...
    http://www.javaworld.com/javaworld/jw-12-2005/jw-1219-unittest.html


    53%
    Find Similar

    Exception management and error tracking in J2EE - JavaWorld
    Jul. 11, 2005
    Think back on your last J2EE project. Did you encounter situations when errors were never logged—or logged more than once? Did you spend countless hours tracking down a bug, whose real cause was that someone swallowed ...
    http://www.javaworld.com/javaworld/jw-07-2005/jw-0711-exception.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.