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-SNAPSHOT

To run the application, you need to do this:

mvn spring-boot:run

Have fun … now I’m back to cleaning up ;-)

Chris



Am 17.02.17, 09:11 schrieb "Christofer Dutz" <christofer.d...@c-ware.de>:

    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 Ant builds I couldn’t get to 
work and when I tried converting the surrounding parts to Maven this required a 
lot of dependencies we didn’t have in any Maven repo I could find. 
    
    The apps were a special case, but as I remember them they were based on 
really really old versions of things and I didn’t see any good in porting them. 
So we just left them in there for quite some time. None was complaining about 
them not being built anymore or not being released anymore so we discussed 
things here on the list and it was consensus to remove the stuff that was no 
longer used … the apps were part of that.
    
    Now if you want to setup a BlazeDS Server as a quickstart, I implemented 
the blazeds-spring-boot-starter, which makes it super-easy to setup a BlazeDS 
application with Spring-Boot. 
    
    I just noticed that things would be even easier, if I added an archetype 
for that to BlazeDS … would that be ok for you? I started working on BlazeDS a 
few days ago and was planning on giving it a little code and security polish … 
could just slip that in.
    
    Chris
    
    
    
    Am 16.02.17, 23:33 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos 
Rovira" <carlos.rov...@gmail.com im Auftrag von carlosrov...@apache.org>:
    
        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 examples that we could share 
in
        the future with ease if we use the ones in the blazeds git folder and
        people doesn't need to create additional things.
        
        But don't understand
        
        1.- why that folder is not in develop and only in master?
        
        2.- snapshot from develop is 4.7.3, is the recomended version?
        
        3.- could I build one of the apps? should I build from master all 
(blazeds
        jars and examples) instead from develop? or maybe from a tag?
        
        thanks
        
        
        -- 
        Carlos Rovira
        http://about.me/carlosrovira
        
    
    

Reply via email to