I need an external application to be able to interact to one of my listGrids in smartGWT and I am wondering how is the best way to do it.
Should I create a second webapp for this? I would have to copy almost all components/logic only for using this listgrid.
It would be better to use the same webapp I use, but with a "special" page instead of the main page defined in <entry-point class='zedes2.client.Zedes2' />
Is it possible to create a second entry-point in this case?
What would you recommend to do?
Using smartgwt 4.1p Power.
Should I create a second webapp for this? I would have to copy almost all components/logic only for using this listgrid.
It would be better to use the same webapp I use, but with a "special" page instead of the main page defined in <entry-point class='zedes2.client.Zedes2' />
Is it possible to create a second entry-point in this case?
What would you recommend to do?
Using smartgwt 4.1p Power.
Comment