Hi Danilo, basically it is a plain tomcat/jaxrs/cdi API in term of java code.
In term of maven setup https://github.com/rmannibucau/myfolder/ uses it and angular (versions surely need to be adjusted to 0.3.0). Another nice thing of this sample is it integrates with meecrowave CLI options. You can also use a plain custom Main ( http://openwebbeans.apache.org/meecrowave/meecrowave-core/configuration.html) or the existing one directly ( http://openwebbeans.apache.org/meecrowave/meecrowave-core/cli.html) what would be a good quickstart for you? an hello world with meecrowave plugin setup? with a main? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2017-04-06 5:08 GMT+02:00 Mark Struberg <[email protected]>: > Hi Danilo! > > Seems the start is still a bit rockier than it is supposed to be :/ > > What I did was as easy as just creating a plain WAR project in maven and > use > > $> mvn meecrowave:run > to start it up > > Use > $> mvndebug meecrowave:run > to debug your project. > > LieGrue, > strub > > > > Am 06.04.2017 um 00:05 schrieb Danilo Cominotti Marques < > [email protected]>: > > > > Hello there, > > > > Could someone please add a Maven quickstart to Meecrowave's website? No > matter what I did, I couldn't get a Meecrowave sample up and running with > Maven. A code sample in the repository would be great, too. > > > > Regards, > > > > Danilo > > > >
