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

    Document count:topicid:1004 (652) subtopicid:1128 (109)

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

    56%
    Find Similar

    Introduction to Hibernate Search - JavaWorld
    Jul. 22, 2008
    Get started with Hibernate Search and its universal API, which bring the power of Lucene full-text searching to the Hibernate ORM framework.
    http://www.javaworld.com/javaworld/jw-07-2008/ jw-07-hibernate-search.html


    56%
    Find Similar

    Relational database pioneer says technology is obsolete - JavaWorld
    Sep. 06, 2007
    Relational databases are inefficient compared to the new breed of column-oriented databases, says Michael Stonebraker.
    http://www.javaworld.com/javaworld/jw-09-2007/jw-09-columndb.html


    56%
    Find Similar

    Named Parameters for PreparedStatement - JavaWorld
    Apr. 03, 2007
    PreparedStatement can be cumbersome to use because its parameters are accessed by index. A relatively simple wrapper can be written that lets you set them by name.
    http://www.javaworld.com/javaworld/jw-04-2007/jw-04-jdbc.html


    56%
    Find Similar

    Java object queries using JXPath - JavaWorld
    Mar. 21, 2007
    This article shows how to use the Apache Commons JXPath component to easily query complex Java object trees for data using the XPath expression language. It covers both basic and advanced features to increase your ...
    http://www.javaworld.com/javaworld/jw-03-2007/jw-03-jxpath.html


    54%
    Find Similar

    A Java database framework: Maintaining control of the development environment - JavaWorld
    Sep. 18, 2006
    This article, written from a database administrator's perspective, discusses the importance of protecting the database. Author Todd Loomis suggests adding a Java database framework that forms a solid, well-tested layer ...
    http://www.javaworld.com/javaworld/jw-09-2006/jw-0918-jdbc.html


    51%
    Find Similar

    SOA for the real world - JavaWorld
    Nov. 29, 2006
    This article provides a quick understanding of the state of service-oriented architecture deployments in the real-world, the challenges faced, and the proposed solutions.
    http://www.javaworld.com/javaworld/jw-11-2006/jw-1129-soa.html


    51%
    Find Similar

    Try on Derby for size - JavaWorld
    Sep. 29, 2006
    Jeff Hanson illustrates how to get started using the Apache Derby database. In this tutorial, he covers installation, use as both an embedded database engine and as a network server, creation and deletion of a database, ...
    http://www.javaworld.com/javaworld/jw-09-2006/jw-0929-derby.html


    51%
    Find Similar

    Book excerpt: Migrate to the Java Persistence API - JavaWorld
    Aug. 28, 2006
    In this article, an excerpt from Pro EJB 3.0: Java Persistence API (Apress, May 2006), authors Mike Keith and Merrick Schincariol discuss the issues of moving away from container-managed persistence to leverage the Java ...
    http://www.javaworld.com/javaworld/jw-08-2006/jw-0828-persistence.html


    51%
    Find Similar

    Design and performance improvements with JDBC 4.0 - JavaWorld
    May. 01, 2006
    Java Database Connectivity (JDBC) 4.0 is ready for release by mid 2006 as a part of Java Standard Edition 6.0. How can you leverage the new specification to improve the design and performance of database access and ...
    http://www.javaworld.com/javaworld/jw-05-2006/jw-0501-jdbc.html


    51%
    Find Similar

    J2EE design decisions - JavaWorld
    Jan. 30, 2006
    In this article, an excerpt from POJOs in Action (Manning Publications, January 2006), Chris Richardson presents five questions developers must ask themselves when designing enterprise applications.
    http://www.javaworld.com/javaworld/jw-01-2006/jw-0130-pojo.html


    51%
    Find Similar

    A Google Maps mash-up - JavaWorld
    Jan. 16, 2006
    Google's easy-to-use mapping API has created an explosion of map "mash-ups," applications that add features or data to Google's map interface. Whether the mash-ups display store locations, gasoline prices, or time and ...
    http://www.javaworld.com/javaworld/jw-01-2006/jw-0116-google.html


    51%
    Find Similar

    All aboard for more efficient Web applications - JavaWorld
    Apr. 18, 2005
    In this article, author Edward Salatovka introduces a design architecture he calls Train. Train allows the simple grouping of multiple user requests into a single database or network query, thereby boosting application ...
    http://www.javaworld.com/javaworld/jw-04-2005/jw-0418-train.html


    51%
    Find Similar

    An annotation-based persistence framework - JavaWorld
    Mar. 21, 2005
    The getter/setter idiom has always been problematic; it allows too-broad access to the implementation of your classes, degrading maintainability as a consequence. The J2SE 5.0 annotation (or metadata) feature provides ...
    http://www.javaworld.com/javaworld/jw-03-2005/jw-0321-toolbox.html


    51%
    Find Similar

    Petition drive seeks Java Data Objects upgrade - JavaWorld
    Feb. 14, 2005
    February 10, 2004—An Internet petition has been posted urging an upgrade to the Java Data Objects specification for Java object persistence, amidst a movement by the Java Community Process (JCP) to merge JDO with ...
    http://www.javaworld.com/javaworld/jw-02-2005/jw-0214-iw-jdo.html


    51%
    Find Similar

    Use search engine technology for object persistence - JavaWorld
    Jan. 03, 2005
    In this article, Mikhail Garber looks at how to address an old problem—provide simple persistence to basic JavaBeans—with a new twist. He shows you how to achieve this goal without the complexity of a full-blown ...
    http://www.javaworld.com/javaworld/jw-01-2005/jw-0103-search.html


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