Re: Pi Based Java Work

2021-06-07 Thread Christopher Schultz
: I debugged the server and it's not reaching my component. > > Request post is around 300K. Tomcat 9 on a raspberry pi 4 (w00t!). Maybe you are still just waiting around for that tiny CPU to run all that bytecode. /snark Seriously, though, I'd be interested to hear about your pi

Re: Pi Based Java Work

2021-06-06 Thread John Dale (DB2DOM)
wrote: >>>> I debugged the server and it's not reaching my component. >>>> >>> > >>> > >>>> Request post is around 300K. >>>> >>>> Tomcat 9 on a raspberry pi 4 (w00t!). >>> >>> Maybe you are still just wait

Re: Pi Based Java Work

2021-06-01 Thread Christopher Schultz
the server and it's not reaching my component. > > Request post is around 300K. Tomcat 9 on a raspberry pi 4 (w00t!). Maybe you are still just waiting around for that tiny CPU to run all that bytecode. /snark Seriously, though, I'd be interested to hear about your pi-based Java work in a

Re: Pi Based Java Work

2021-05-28 Thread John Dale
I use ant. And git hooks (sometimes). I don't have many dependencies .. pdfbox, some commons http stuff, mail, jax, jdbc, gson. Dev build builds local expanded directory deployment, touch web.xml to reload the app. Prod build builds the jar/war. DB2DOM provides persistence, vws, security, and

Re: Pi Based Java Work

2021-05-28 Thread Rob Sargent
On 5/28/21 6:21 PM, John Dale wrote: Tried sending another email .. doesn't appear to have worked. Internet hicupped. It's working just like Ubuntu in the cloud. Pi 4 is very fast, but I'm also running DB2DOM (middleware microkernel miniaturized O/R M, Html5 IDE, and Virtual Web Server).

Pi Based Java Work

2021-05-28 Thread John Dale
pi 4 (w00t!). > > Maybe you are still just waiting around for that tiny CPU to run all > that bytecode. > > /snark > > Seriously, though, I'd be interested to hear about your pi-based Java > work in another thread. I have 2 Pi 4s and 2 Pi Zeros that I haven't > managed to