Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread Andreas Reichel
Greetings! Webswing from webswing.org could be what your are looking for. Demo: http://jsqlformatter.manticore-projects.com/ Best and cheers Andreas

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread slipbits
Thanks Tom; Just looked at vaadin. It's a commercial product with a monthly subscription fee. From the video it looks like small scale UI is supported but, from the video, it doesn't seem that a project (10,000 SLOC) is supported. That is, I would have expected that a jar would be created and

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread Thomas Wolf
That's very cool technology (I have a commercial swing app that I'm in the process of converting to a web app) - but it's not open source. Reading their web site seems you need permission to use it for both commercial and non-commercial purposes. tom > On Apr 2, 2025, at 10:11 AM, Andreas Rei

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread Gheorghe TUDOSE
I think cheerpj is what you're after. With a few caveats like "truly" desktop/native features might not work - like e.g. file & database access, OS interaction, sockets, etc. Haven't used it personally, don't know about licensing & pricing. În mie., 2 apr. 2025 la 16:47, slipbits a scris: > Than

Re: Creating a Client Webpage with embedded Java

2025-04-02 Thread slipbits
Thanks. I think that that does help. The issue is that my program is several thousand lines long, and putting it into a web page seems tedious. But, if there isn't any other way to do it then maybe I'll try a server solution and see how that works out. art On 4/2/2025 6:30 AM, Thomas Wolf wr