Hi Carlos,
Glad you like the archetype and my spring-boot-starter ☺
But be aware of changes to BlazeDS I just committed today … I’ll post the
changes in a new thread.
Chris
Am 17.02.17, 15:21 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos
Rovira" :
Hi Chris, just report that Arch
Hi Chris, just report that Archetype is working good and is a breeze to
generate a basic java blazeds project with that. Very useful!
I can now concentrate in make some AMF work and see if I can get some
communication between FlexJS and BlazeDS :)
Thanks!
2017-02-17 10:14 GMT+01:00 Carlos Rovi
Great Chris!
I'll try to take a look at this today as I get some times here and there.
Thanks! :)
Carlos
2017-02-17 10:03 GMT+01:00 Christofer Dutz :
> Hi guys …
>
> So, the archetype is done …
>
> Now all you must do to generate a new BlazeDS application is execute this
> on the command line:
Hi guys …
So, the archetype is done …
Now all you must do to generate a new BlazeDS application is execute this on
the command line:
mvn archetype:generate -DarchetypeGroupId=org.apache.flex.blazeds
-DarchetypeArtifactId=blazeds-spring-boot-example-archetype
-DarchetypeVersion=4.7.3-SNAPSHO
Hi Carlos,
The thing is that BlazeDS was in a strange state when it was donated to Apache.
It looked as if there was an Ant build, but the core was built with maven.
I invested quite a lot of work into cleaning up the maven build but outside of
the parts Adobe initially built with maven were An
Hi,
As I'm to start working on AMF library for FlexJS, I want to use apache
flex blazeds version and build with maven.
I use develop branch, and could build without problems
But see that in master there's an "apps" folder with some war examples. I
want to start from that in order to create example