java - Struts and swing integration -
Hi friends,
I am new to Java I develop a swing application and struts application And I need to integrate both of them.
When the user clicks the download button Exe should download and install on the client. Pc.after
installation should communicate with the exe file Struts application.
In advance thank you
Aswan
First of all Want to study so you can download your swing app:
Then you want to use GET and POST requests on your Straits app on the server.
Your best bet is to just swing the piece and use the HttpURL connection to access a servicelet through a post. You can check the command pattern so that you can send different requests through a servicelet.
On another note: If you can live with an app that lives inside a web page, it also has good use, it can be well integrated with existing web pages and struts. .
Comments
Post a Comment