By Al Mannarino  In light of today’s compressed development cycles, multi-tiered application architectures and complex technologies, many organizations are challenged to get reliable yet scalable enterprise Java applications out the door in a timely manner. Devoting a small amount of energy throughout ... Sep. 14, 2009 04:45 AM EDT Reads: 3,331 Replies: 1 |
By Javier Paniza  OpenXava 3.1.4 is a framework focused in productivity for developing business Java applications. The idea is that you write only your POJOs annotated with JPA and you get an application ready for production.
With OpenXava, you only need to write your model, POJOs and Java annotation... Aug. 28, 2009 09:45 AM EDT Reads: 1,244 |
By Andreas Grabner  Memory Leaks and other memory related problems are among the most prominent performance and scalability problems in Java. Reason enough to discuss this topic in more detail.
The Java memory model- or more specifically the garbage collector – has solved many memory problems. At... Aug. 13, 2009 10:00 PM EDT Reads: 1,995 |
By Patrick Curran  The year’s biggest Java community event – JavaOne – finished recently. As it is for others in the Java world, this is a busy time for the JCP. We host various events for our members, we participate in discussions and BOFs, and like all other attendees, we enjoy the opportunity to meet ... Jul. 13, 2009 05:45 PM EDT Reads: 1,190 |
By Chris Muir  A few days ago I blogged about suppressing the SOAP fault detail Java stack trace on WebLogic Server when using the JAX-WS @SchemaValidation annotation for your web services. One of the problems with the @SchemaValidation annotation is dependent on the error in your incoming SOAP paylo... May. 4, 2009 08:56 PM EDT Reads: 2,149 |
By Marco Casario  Only today I've discovered that Google added support to Java for its App Engine. This is a great news for the Java community. From the Google announcement: This release includes an early look at our Java runtime, integration with Google Web Toolkit, and a Google Plugin for Eclipse, giv... Apr. 19, 2009 06:28 PM EDT Reads: 1,527 |
By Babis Marmanis  Modern Web applications are well known for delivering rich UI experience. A lesser known aspect is the use of certain techniques that enable the intelligent processing of information and add value that cannot be delivered by other means. Examples of success stories that are based on th... Apr. 16, 2009 11:00 PM EDT Reads: 2,099 |
By Adrian Marriott  Commercial systems are developed with a huge range of performance requirements and we are concerned in this article with the small number of systems where absolute maximum performance is demanded either in terms of execution speed or available memory. We'll discuss the role of bespoke ... Mar. 3, 2009 08:45 AM EST Reads: 6,657 Replies: 2 |
By Paul Hohensee  Faced with the demands of mission-critical applications, many enterprise developers have pushed the Java language and the Java Virtual Machine (JVM) to the limit. The most common issue seen in transactional environments is achieving predictable response time or latency - in other words... Mar. 2, 2009 08:35 AM EST Reads: 10,486 |
By Matt Walker; Kevin Irwin  Parallel programming in Java is becoming easier with tools such as the fork/join framework, Pervasive DataRush, Terracotta, and Hadoop. This article gives a high-level description of each approach, pointing you in the right direction to begin writing parallel applications of your own. ... Dec. 15, 2008 05:00 PM EST Reads: 8,653 Replies: 1 |
By Maha Sengottiyan  An applet, a Java program that runs in a browser, often has to access the client resources. However, the security manager prevents an applet from accessing client resources. To access client resources, the applet has to have the proper permission. With this permission the applet can th... Dec. 8, 2008 06:30 PM EST Reads: 4,961 |
By Adrian Bridgwater  As a software journalist, there are times when certain vendors will shut the door on reporting opportunities that might represent too much of an "inside view" of their technology or their organization. I've been to more developer events than I can remember where I've been handed a larg... Dec. 3, 2008 05:30 AM EST Reads: 2,570 |
By Parameswaran Seshan  Applications that have high performance as a quality goal would motivate a programmer to design and build them as multithreaded apps. The Java programming environment provides for parallel execution of logic by using threads. However, this is at a lower level and provides limited capab... Oct. 16, 2008 08:00 PM EDT Reads: 4,902 |
By Rod Cope  Open source software, while not synonymous with Java, may often be seamlessly integrated with Java code to produce a versatile synthesis that makes developers' lives much easier. In recent years, developers have taken some open source dynamic languages, commonly referred to as 'scripti... Jul. 25, 2008 05:15 PM EDT Reads: 7,343 |
By Matt Silver  A standard from OASIS called Web Services for Remote Portlets (WSRP) is used so portlets can be decoupled from a portal. In part one (JDJ, Volume. 13, issue 3) of this article, we introduced the relevant standards and specifications and then demonstrated WSRP's capabilities by consumin... Jul. 17, 2008 06:00 PM EDT Reads: 4,658 Replies: 1 |
By Jonas Jacobi; John Fallows; Ric Smith; Brian Albers  A fast-moving Comet is about to impact the Internet. When it hits, it will wipe away the architecture flaws we have lived with for the past 15 years and allow a new World Wide Web to evolve. This new Web will include applications that are instantly on and always on, applications that a... Jul. 10, 2008 12:30 PM EDT Reads: 5,888 |
By Orion Letizi  Commercial open source software has arrived. There have been commercial sponsors of open source projects for a long time, but the recent spate of high-price (for open source, at least) acquisitions of companies with open source products at the core of their business has made a splash i... Jun. 23, 2008 12:15 PM EDT Reads: 7,104 |
By Tim Boudreau  Java developers have had a nice ride the last few years. With ferocious competition in the Java tools space, the tools they use have been getting better and better. Where one tool innovates, such as with quick fixes, the competitors quickly duplicate and expand on that innovation. This... Jun. 23, 2008 12:00 PM EDT Reads: 7,800 Replies: 1 |
By Max Katz  2008 is going to be an important year for Rich Internet Applications. Most organizations are delivering or planning to deliver Rich Internet Applications; however, at the same time, most IT managers are facing a dilemma: which Rich Internet Application technology and platform to use? T... Jun. 20, 2008 12:45 PM EDT Reads: 39,903 Replies: 2 |
By Masayuki Otoshi  A lot of rework still happens in projects applying UML techniques because of conflicts and omissions in requirements. To reduce rework, interactive storyboarding is effective, but it seems that projects that use the technique are limited because of the few tools available. To improve t... Jun. 7, 2008 10:45 AM EDT Reads: 7,225 Replies: 1 |
By Michael Galpin  If you've been working with Web Services for a long time, chances are you've worked with Apache Axis and that you have an Axis Web Service somewhere in your code base. You probably also know about the many improvements in Axis2, especially around support for the more modern WS-* standa... May. 28, 2008 03:30 PM EDT Reads: 5,554 |
By Joe Morrison; Kalani Thielen  Java applications have become steadily harder to understand and maintain in recent years. Object-oriented programming has proven an effective way to develop enterprise applications, but several recent trends are causing a sharp increase in code complexity. One is the increasingly commo... May. 23, 2008 02:00 PM EDT Reads: 14,489 |
By Bob Cusick  This is the story of a Mac application developer (okay - it's about two of them) who set out on a quest to find an application development tool based on Java so his boss would let him develop on the Mac platform, which he loved. There was only one catch - he had to find a tool that was... May. 16, 2008 02:30 PM EDT Reads: 10,439 Replies: 1 |
By S G Ganesh  Any large Java source base can have insidious and subtle bugs. Every experienced Java programmer knows that finding and fixing these bugs can be difficult and costly. Fortunately, there are a large number of free open source Java tools available that can be used to find and fix defects... May. 16, 2008 11:45 AM EDT Reads: 11,987 |
By Java News Desk  JReport and Composite Software announced the companies have partnered to offer a new joint solution: JReport OnDemand Integration. The companies will co-market and co-sell the new reporting solution with out-of-the-box information integration capabilities. Feb. 21, 2007 06:00 PM EST Reads: 17,185 |
By Andrei Iltchenko  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 01:00 PM EST Reads: 11,029 |
By Java News Desk OpenMobile IS has won the Gold Award in the 'Company Management' category of the Free Software Awards 2006. OpenMobileIS is a Java Framework conceived to integrate mobile application developement business. Open Mobile IS Java framework aims to provide all the functionalities and compon... Dec. 12, 2006 11:00 PM EST Reads: 15,269 Replies: 1 |
By Java News Desk GigaSpaces Technologies has integrated McObject's Perst open source, object-oriented all-Java embedded database for real-time data management in its massively scaleable distributed application technology. GigaSpaces embeds Perst in version 5.1 of its software, where Perst provides pers... Dec. 12, 2006 10:00 PM EST Reads: 15,047 |
By Open Source News Sun Microsystems, challenged leaders to rethink traditional education models. On the Massachusetts Institute of Technology's (MIT) campus at a forum titled 'Open For Education,' introduced by Sun's Chairman of the Board of Directors Scott McNealy, the participants discussed how the ris... Sep. 19, 2006 12:00 AM EDT Reads: 10,552 |
By Brian Walsh  Ajax(Asynchronous JavaScript and XML) means many things to many people. However, one thing is certain: To users it implies a higher level of functionality and an improved experience. To the developer, another certainty follows: More work. The only question is how much work and to what ... Sep. 13, 2006 01:00 PM EDT Reads: 31,907 Replies: 1 |
By Java News Desk  Mentality of programmers depends on a programming language or tool they use. Should they even try to learn what's under the hood in a particular framework? Jul. 27, 2006 02:45 PM EDT Reads: 13,256 |
By Java News Desk Sun Microsystems, Inc., maker of NetBeans Mobility Pack, announced the availability of the NetBeans Mobility Pack 5.0 for Connected Device Configuration. The Mobility Pack for CDC was designed to bring the many advantages of the Java platform to a broad range of network-connected cons... Apr. 10, 2006 08:30 AM EDT Reads: 17,989 Replies: 4 |
By Java News Desk SlickEdit Inc. announced the release of SlickEdit v11 for Windows, Linux, UNIX, and Mac OS X platforms. SlickEdit v11 introduces new core editing features that allow power programmers to be more productive by reducing busy-work and repetitive tasks. Apr. 7, 2006 10:15 AM EDT Reads: 10,922 Replies: 5 |
By Java News Desk Ping Identity announced the expansion of its PingFederate Integration Kit family to include both Windows Kerberos and Oracle/Oblix COREid. These new Integration Kits join Ping's existing family of adapters for Windows Login, Java and .NET applications, CA eTrust SiteMinder and Salesfor... Mar. 24, 2006 09:00 AM EST Reads: 16,695 Replies: 1 |
By Java News Desk  Xenos Group announced today the release of Xenos d2e Vision version 2.2 for transforming documents into electronic formats. Designed for rapid and seamless integration with other e-Business applications, this version includes enhancements in its handling of images, color and support fo... Mar. 20, 2006 11:30 AM EST Reads: 12,488 Replies: 4 |
By Java News Desk  Elastic Path Software announced today the successful launch of CoutureCandy, online retailer of designer apparel. CoutureCandy was developed to fill a growing demand for the freshest designer apparel online, without sacrificing the allure, character and personal service distinctive of ... Mar. 20, 2006 09:15 AM EST Reads: 10,747 Replies: 2 |
By Java News Desk; Search News Desk  Elastic Path Software announced today the general availability of Elastic Path 4.1, an update of its Java-based ecommerce software, enabling marketers to engage in advanced search engine optimization (SEO) campaigns. Mar. 17, 2006 05:00 PM EST Reads: 15,069 Replies: 2 |
By Oracle News Desk  Quest Software announced today version 1.0 of Quest Spotlight on Oracle RAC, the newest extension of Quest Software's patented Spotlight product family. Spotlight on Oracle RAC is the first product available to provide a graphical view on the internal performance of Oracle Real Applic... Mar. 17, 2006 03:15 PM EST Reads: 12,676 Replies: 2 |
By Java News Desk MetaMatrix announced today a new product, MetaMatrix Query, built for Java application developers. MetaMatrix Query is an embeddable Java distributed query component that streamlines development and maintenance of Java applications that use data from two or more relational databases. W... Mar. 14, 2006 11:45 AM EST Reads: 13,654 Replies: 1 |
By Yakov Fain In the second of a new series, Yakov Fain takes a look at the basics of object orientation and method overloading in Java. Jan. 30, 2006 12:00 AM EST Reads: 61,091 Replies: 1 |