Question

Just wondering, is it possible to turn spring mvc web development content into a desktop application using TideSDK? Both are using HTML5 as the front-end. Then, as for the back-end process, it should be able to reuse the java code inside spring mvc.

I just finish a web project that was developed using spring mvc, and there is a request to turn it into a desktop application. I was looking around and found that you can use HTML5 for creating desktop application. It would be nice if I can directly convert it to desktop.

Thanks for the response :D

Was it helpful?

Solution

Unfortunately the answer is no. TideSDK has support for different server languages, such as PHP and Python, but Java is not one of them.

What you could try is to make the app a shell for the webpage. So when the app starts it immediately loads http://yoururl.com, the behavior would be exactly the same as in a webbrowser.

OTHER TIPS

Note that when you load any remote URL, all native functionality would not be available to the page.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top