Categories
Tags → Java Problem

actiWATE

actiWATE (Actimind Web Application Testing Environment) is a free software platform intended to simplify the test automation process. The major component of actiWATE is a Java-based Framework that emulates Internet browser functionality and pro...
DETAILS

Accessing EJBs through firewalls

Ever try to write a J2EE application accessing EJBs across a firewall? It can be messy, and developers often must resort to all kinds of workarounds, none of them particularly &"neat.&" Developers often write a servlet to intercept ...
DETAILS

EJB exception handling

As J2EE has become the enterprise development platform of choice, more and more J2EE-based applications are going into production. One important component of the J2EE platform is the Enterprise JavaBeans (EJB) API. Together, J2EE and EJB technology o...
DETAILS

Java programming code page considerations

Every Java programmer should be aware of the problem of code pages vs. Java Unicode. This article describes some pitfalls to avoid with code page and Unicode conversions and provides example fixes for the problems. Armed with this informaion, you sho...
DETAILS
©2003-2019 jCay.com