I have two GWT Web Application: A and B.
There is a X view inside A, and inside B there is a Y view.
I want to do two kind of things:
1-. Embed the Y view inside X view.
2-. Go to Y view from the X view.
What is the best way to this?
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add A.jar in project B and B.jar in project A. Also in A.gwt.xml inherit project B and in B.gwt.xml inherit project B. I am working in this approach in my current project.