Categories
Tags → Java Problems

Service Oriented Java Business Integration.

The book concentrates on leveraging Java Business Integration (JBI) for addressing real world integration problems with examples. Business level integration in Java needs to address integrating multiple flavors of business components including POJO, ...
DETAILS

How a Profiler Can Improve Your Java Applications

If you have been working with C++ programs for longer than five years, you should be well aware of the difficulties involved with debugging software. However, many younger programmers don''t have experience with these issues because Java deals w...
DETAILS

Secure a J2ME Environment with JCE

Implementing a customized security library is expensive and unsuitable for medium and small applications. The Java Cryptography Extension, while the accepted standard for these apps, brings up a host of other problems. This article analyzes those pro...
DETAILS

Tracing in a Multithreaded, Multiplatform Environment

Most Java programmers use some kind of tracing system to keep track of potential errors and problems in code under development. However, multithreaded and multiplatform systems can generate a large and baffling amount of tracing data. This article of...
DETAILS

XML Processing Plus Plus

The XML Processing Plus Plus compiler converts programs written in this language''s syntax into Java code that uses standard XML APIs. The language itself provides simple wrapper APIs: XmlIn and XmlOut. XmlIn is used for retrieving data from XML...
DETAILS

Java servlets could save the day

Dan Shafer from CNET argues &"Microsoft and Netscape have yet to show any serious commitment to supporting browser standards. You can solve your browser-incompatibility problems by simply switching the burden from the client to the server. J...
DETAILS

Java Runtime Problems

A brief note about some possible causes of runtime problems which may prevent Java applets from working correctly.
DETAILS
©2003-2008 jCay.com