Category Archives: Java

Accessing and Controlling Web Sessions

Accessing Sessions from your CA Plex / WebClient application Since WebClient applications are running on web servers, the concept of the session tracking can be important. Session tracking is a mechanism that is used to maintain state about a series … Continue reading

Posted in Instructions, Java, documentation | Tagged , | Leave a comment

Running CA Plex Java Apps in Eclipse

Experienced WebClient i+ developers usually find it useful to run their Java applications as client-server prior to publishing to the web server for final testing. The reasons are as follows: “Smoke test” the application quickly for basic business functionality Test … Continue reading

Posted in Eclipse, Java | Tagged , , | Leave a comment