Re: pax web and react.js?

2018-02-20 Thread nino martinez wael
You can bring a lot of power into the thing you are doing if you leverage osgi services etc. On Tue, 20 Feb 2018, 20:19 Steinar Bang, wrote: > > nino martinez wael : > > > I havent tried it with react, but done it with different things.. > > I used the osgi HTTP Service to deliver my static

Re: pax web and react.js?

2018-02-20 Thread Steinar Bang
> nino martinez wael : > I havent tried it with react, but done it with different things.. > I used the osgi HTTP Service to deliver my static content.. Why not use CXF > REST endpoints for the dynamic parts? OR does the frontend need to be > "totally" dynamic? I haven't made up my mind ab

Re: pax web and react.js?

2018-02-20 Thread nino martinez wael
I havent tried it with react, but done it with different things.. I used the osgi HTTP Service to deliver my static content.. Why not use CXF REST endpoints for the dynamic parts? OR does the frontend need to be "totally" dynamic? regards Nino Den søndag den 18. februar 2018 kl. 22.19.06 UTC+

pax web and react.js?

2018-02-18 Thread Steinar Bang
Has anyone on this mailing lists done any experiments in writing a react.js application and deliver it through pax web? Has anyone tried dynamic server side rendering on nashorn or rhino? Has anyone tried packing a react.js application up with webpack and serving it from a pax web servlet? Thank