0

advice for design structure

asked 2015-07-02 13:34:45 +0800

VikasSrivastava gravatar image VikasSrivastava
1

Dear All I need a advice for design purpose my structure of the application is as follows. I have three module of ZK seperate war application (web application) e.g finance-module , general-ledger and cash-account , all are separate war files can be deploy on tomcat as a separate war files, Now I want to have a seperate war ZK application that has index or home page and have menu and from that menu I can able to call these three module or war application.

-------------------------- Main module -------------

Menu : general-ledger link , cash-account-link ,finance-module

1) This 4th Main module also has feature to user login and change user preference , means can also have code e.g view module as well as spring service.

Now the question is that how to call other war files zul pages and even if v call how to manage from 4th module and also how to share session across the four war files or applications.

Thanks Vikas

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-07-02 23:53:10 +0800

Darksu gravatar image Darksu
1991 1 4

Hello VikasSrivastava,

For the first you just need the url path (Of course you have to consider the authentication part)

For the second the following post has many information regarding your issue:

http://programmers.stackexchange.com/questions/178290/why-cant-wars-share-session-info

http://stackoverflow.com/questions/665941/any-way-to-share-session-state-between-different-applications-in-tomcat

The second post mentions Spring Session. Maybe this can help you out.

Best Regards,

Darksu

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2015-07-02 13:34:45 +0800

Seen: 15 times

Last updated: Jul 02 '15

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More