 Even for many seasoned developers, Swing code can be notoriously difficult to organize. Where is the right place to put parsing and validation logic? How do you prevent those threading issues that cause lockups or repainting glitches? Is it possible to unit test GUI logic? Can the ... Feb. 12, 2007 Reads: 25,145 Replies: 2 |
 The year 2006 was a great year for community technology development across the board. At the JCP, Spec Leads, Expert Groups members, observers and Executive Committee members worked together to take Java standards to the next level of development. Women Spec Leads had an outstanding co... Feb. 11, 2007 Reads: 14,865 |
 I am always in awe of people who develop hardware. They're the real engineers of our profession, the ones pushing forward the speeds at which things work, their size, and their connectivity. For example, in 2005 there were more computer chips produced worldwide than grains of rice harv... Feb. 5, 2007 Reads: 15,037 Replies: 5 |
 Service Component Architecture (SCA) is a simple model for creating service-oriented applications. This article highlights the benefits of SCA and introduces SCA concepts by walking through an example. The example has been developed using the Apache Tuscany open source project (http://... Feb. 4, 2007 Reads: 39,013 Replies: 1 |
 WebLogic Server 9.x provides database connectivity with data sources. A data source is a pool of database connections from which a connection can be obtained. A data source can be configured separately or as a multi-datasource. A multi-data source is collection of data sources. A data ... Jan. 30, 2007 Reads: 19,821 Replies: 1 |
 Don't you love looking at a good piece of code? I'm talking about the kind of code where the design is so sound that the code practically wrote itself, where there were no nasty surprises at implementation, where it was 100% feature complete and bug-free, and you didn't have to patch i... Jan. 29, 2007 Reads: 17,837 |
 Much of the work surrounding the design and development of enterprise applications involves decisions about how to coordinate the flow of persistent data. This includes when and where to cache data, when to apply it to a persistent store (typically the database), how to resolve simulta... Jan. 28, 2007 Reads: 39,206 Replies: 1 |
 Even experienced Java Web developers are often surprised by how big a leap it is to develop a portal. The simple, slick interface that end users see belies the deep power and complexity provided by commercial products like BEA WebLogic Portal. This makes it extremely challenging to dia... Jan. 24, 2007 Reads: 15,355 Replies: 2 |
 One of the things that kept me and my team busy over the past couple of years was starting to support J2EE 1.4 in OptimalJ - a goal that we accomplished with the release of OptimalJ 4.2. Now that this job is complete, it's interesting to look back and ponder the experience and learn fr... Jan. 22, 2007 Reads: 11,032 |
 In an article in the October edition of the FTP Webzine 'Upside' Peter Varhol laments the trend toward per-developer metrics in the software development process. 'Individual developer data is stored and available to be manipulated in less than honorable ways,' he says, 'and there are p... Jan. 21, 2007 Reads: 15,778 Replies: 1 |
 The year 2006 in which YouTube became culturally ubiquitous, Flash video became the de facto Internet video standard of the Web, Microsoft beta-launched Vista, and the Wii entered our lives - was also memorable for one or two other real-world events such as the hanging of Saddam Hussei... Jan. 18, 2007 Reads: 23,097 |