Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does jThinRich differ from browser/HTML based application development?

0
Posted

How does jThinRich differ from browser/HTML based application development?

0

jThinRich has all the benefits of browser/HTML applications without the limitations. The client is still tightly coupled and controlled with the server end. For example, just like in the browser world, the client would still send a session token during each and every request to the server. The server still manages and tracks the session in all the same ways. The server is responsible for authenticating the user and issuing the initial session id, terminating the session after a inactivity timeout threshold is hit, and handling explicit user logout requests. Session management is very central to jThinRich. Somewhat similar to how cookies work in the browser world, jThinRich gives developers a simple session API for use on the client and server side. Details on how sessions are managed on the server side would still be an implementation detail for the server (db vs memory cache, load balancing etc). One can work with standard J2EE application servers and do this without restriction.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123