Open Osmosis311 opened 8 years ago
I haven't moved off VWG as yet, but not developing new applications in it either. How has the experience of moving to WiseJ been? Was it easy and relatively seamless, or did you have to change much code? Thanks.
I'd love to know as well. I still can't believe that after all these years Microsoft hasn't come out with a way to do this. Google is going to be doing this soon with Flutter.
On Sun, Jan 6, 2019 at 6:15 PM vikingau notifications@github.com wrote:
I haven't moved off VWG as yet, but not developing new applications in it either. How has the experience of moving to WiseJ been? Was it easy and relatively seamless, or did you have to change much code? Thanks.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Terricide/ReVision/issues/9#issuecomment-451784632, or mute the thread https://github.com/notifications/unsubscribe-auth/AAV_MJeHyqxyihPLLKr-39vG9-eG3Ghkks5vAoOdgaJpZM4Jhtjj .
I thought it was super easy mostly just swapping out namespaces.
Server-side blazor is the same sort of framework as visual webgui and wisej with all the c# running on the server and an essentially empty client in the browser.
Also I find wisej way easier to wrap third party asp.net and javascript controls
Good to know that WiseJ is easy to change over. I will have to do it sometime, when there is a bigger customer base. Did you use only 'vanilla' Gizmox and WiseJ controls, apart from the wrapped ones?
WiseJ is the real deal. We converted 2 VWG applications pretty easily. I'm impressed by their support and continued development and would definitely recommend them.
On Sun, Jan 6, 2019 at 10:04 PM vikingau notifications@github.com wrote:
Good to know that WiseJ is easy to change over. I will have to do it sometime, when there is a bigger customer base. Did you use only 'vanilla' Gizmox and WiseJ controls, apart from the wrapped ones?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Terricide/ReVision/issues/9#issuecomment-451816063, or mute the thread https://github.com/notifications/unsubscribe-auth/AHsMFt9XDQ1BhmaDiC7uHg-07ZgOXGvHks5vAsdLgaJpZM4Jhtjj .
Not really I was writing this so I could move off of VisualWebGUI but we ended up using WiseJ as a replacement It might be fun to see how this would work in the browser using WebAssembly and mono like Blazor :)