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 of requests from the same user (that is, requests originating from the same browser) across
WebClient developers have an added bonus that comes as a side effect of generating their Plex panels as RIA applications – the built-in ability to call their functions using an XML external call mechanism. This call mechanism can be invoked in a couple different ways: You can call Plex functions as “deep linked” web pages with parameters that can be embedded
Geomapping Technology and the Internet One of the advantages of web application development is that you can easily integrate or mashup your organizational data with the large array of detailed information made freely available on the internet. A good example of this is geographical mapping data. The uses of having geo mapping data within your
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 basic database access Eliminate customized html and java script as a potential reason for application