Re: WO and Java 11

2018-10-16 Thread Fabian Peters
Hi Henrique, Thanks, that sounds quite promising and definitely much better than I would have expected! Regarding the SMTP issues: If it's not some SMTP code itself you want to test but rather mail sending, check out . Fabian > Am 17.10.2018

Re: Interested in Modern UI Kits, like Bootstrap?

2018-10-16 Thread Fabian Peters
Hi Jesse, Can you show a bit more of the stacktrace please? Fabian > Am 16.10.2018 um 21:29 schrieb Jesse Tayler : > > Ted- > > Oh, that’s great — that would be perfect because you could compare things > easily and I can show some modern D2W ideas that are useful > > I am able to find and im

Re: WO and Java 11

2018-10-16 Thread Henrique Prange
Hi Hugi, I did some experiments using Java 11 last weekend. I've tried to migrate our main application. It's a large app containing approximately 7200 unit tests. I was expecting lots of issues. Surprisingly, though, I found just a handful of them. 1. WOInject doesn't work The custom classloa

Re: Interested in Modern UI Kits, like Bootstrap?

2018-10-16 Thread Jesse Tayler
Ted- Oh, that’s great — that would be perfect because you could compare things easily and I can show some modern D2W ideas that are useful I am able to find and import the app and try to run it, it locks up after launch and listing SQL although I don’t know where from — ??? Anyway, it gets int

Re: JavaMonitor to start a blocking application?

2018-10-16 Thread Tim Worman
+1 I’ve been using Quartz for some time - outside of Wonder. So, I have yet to even check the Wonder integrations. I’ve had no problems using Quartz with WOMonitor though. In my generalized Application class I have a method: _checkQuartzJobStatusAndShutdown which is called whenever Applicatio

Re: Interested in Modern UI Kits, like Bootstrap?

2018-10-16 Thread Jesse Tayler
Movies was a nice simple model that if I had migrations or in-memory it would allow me to render some D2W data rather than just present some HTML. I can add a simple app next to the framework and we can figure if Movies or something else is easy to put in there. > On Oct 16, 2018, at 2:03 PM

Re: Interested in Modern UI Kits, like Bootstrap?

2018-10-16 Thread Tim Worman
If my memory serves me correctly: Movies.woa had an in-memory db option, right? Are you thinking it might be an option to resuscitate Movies.woa and add your samples there. Or maybe just replace it altogether with a modernized version that uses the movies data? Tim > On Oct 15, 2018, at 11:50