My GWT app has a search result with orderid column as hyperlink. On clicking, it opens up another tab which shows the details.
I want to expose this particular functionality externally say in an email
http://www.myapp.com/XYZApp.html?orderid=1234
so that user can directly go to the details page after login to the App. In JSP world, it was pretty straightforward.
Is it possible in GWT given that the call to show up the details page is not in the main GWT module (XYZApp.html)