Welcome!


Vol: 4 Iss: 3

Read Back Issues

If one of the true signs of a vibrant developer community is an active blogosphere surrounding a technology, then the WebLogic family of technologies certainly passes that test with flying colors. In case you're not yet active yourself, WLDJ brings you a comprehensive selection from so...
In Part 1 of this two-part article I discussed interoperability between .NET and Weblogic 8.1 and issues that arise when transferring data between Web serivces. In Part 2 I will cover some advanced issues: SOAP exception handling, uploading binary information via Web services, and appl...
In browsing around the Web, as one occasionally does in a free nanosecond, I read an interesting article about twp-phase commit transactions by Gregor Hohpe of ThoughtWorks ('Your Coffee Shop Does Not Use Two Phase Commit'). Gregor comes at the subject from the direction opposite the o...
The Web transcends national boundaries and many sites reach global audiences, which brings into the spotlight the problem of internationalization of Web applications. The Java community has an established approach for supporting multilingual applications through resources stored in Res...
In Part 1 of this article series we discussed the fundamental aspects of clustering JMS resources in a WebLogic cluster. In Part 2 we will discuss JMS clustering in the context of design and configuration strategies that demonstrate how to create efficient JMS architectures.
In the early days of business computing, little attention was paid to the concept of sharing application logic and data across multiple machines. The big question faced by an organization was how to develop computer systems to successfully automate previously manual operations such as ...
Caching information on the WebLogic tier can significantly increase performance and reduce the number of external system calls needed for data retrieval. This is especially true when an application wants to store bits of information that rarely change, such as a list of countries or ca...
J2EE has been very successful in providing the specifications for detailing the arrangement of resources in a server-side application such as a...
Web services fit nicely into a service-oriented architecture (SOA) and appear to be one component of the ideal solution to business application integration. When exposing applications through Web services, the contract of each service is evident through its Web Services Description Lan...
Once upon a time, on a project not too far away, a bright young software architect had a thought. 'Why, things are getting a bit complex here,' he said. 'Perhaps I can make things easier by developing a common framework that can take care of a lot of the drudgery involved in developing...