Paul Morrison

Results 82 comments of Paul Morrison

Hi Bert, Following up on this discussion... If I understand what you are saying, the copyright, version number and date should be in a resource file. I see that build.gradle...

Looking at the jar file for javafbp, I see about 11 Mb of MySQL and ProtoBuf, combined - JavaFBP itself is about 0.5 Mb. Needless to say, I'd like to...

I now have a working version of ReadJDBC which uses reflection and names the MySQL jar file (in `user\.m2\repository`) - partial: File f = new File("C:\\Users\\" + userName + "\\.m2\\repository\\mysql\\mysql-connector-java\\8.0.21\\mysql-connector-java-8.0.21.jar");...

Good point! Will do later today! Thanks, Paul On Sep 25, 2014 4:26 PM, "Jon Nordby" [email protected] wrote: > Hi @jpaulm https://github.com/jpaulm, > if we are ever to track progress...

On Thu, Sep 25, 2014 at 4:26 PM, Jon Nordby [email protected] wrote: > "automatic ports" > > What is this? Described in Chap. 13, p. 132 and following. It is...

@jonnor @forresto Any action on these requirements, posted about 9 months ago? @kenhkan tells me there is a new alpha version of FlowHub out - not sure where issues should...

Hi @jonnor, thanks for your quick response! Could MsgFlo talk to JavaFBP if we built an AMQP interface JavaFBP component? Regards

Thanks! Sounds interesting! All the best, Paul On Wed, Jul 1, 2015 at 6:40 PM, Jon Nordby [email protected] wrote: > Hi @jpaulm https://github.com/jpaulm. Yes, JavaFBP+MsgFlo is plenty > doable. It...

There is also a parser for FBP DSL written in JavaScript - https://github.com/jpaulm/parsefbp . Personally I have never found PEG-based parsers that easy to work with. ParseFBP has a simple...

Thanks, gentlemen, for your clear and constructive answers! It looks as if, when working with WASM, I am going to have to drop the habits of decades of working with...