build

Have been wondering how to build your application that have both Java and Scala sources with Maven?

Here you can find a tutorial from http://mackaz.de:

Build a mixed Scala 2.8/Java application and Eclipse Settings for this project

liya 08/04/2010 - 09:04

 

In Recent years Flex has become the ideal client solution for Java server based projects. Flex compliments Java in many ways and has many similarities to Java. These include, the syntax, the OOP approach and many other features of the two languages that are similar.

In this tutorial, I will demonstrate one aspect of the Flex Java integration by covering the earliest stage of the development process, which is the build and infrastructure creation. In future posts I will cover later stages of the development.

 

VO\DTO Generation
The VO generation process converts the existing server side entity classes to client side entity classes. At the end of the process each server side DTO\Entity class will have a client side corresponding class, enabling easy communication between the client and server.

 

liorb 10/11/2010 - 09:39

Interesting post that introduces Hudson-Artifactory integration:

blogs.jfrog.org/2009/12/empower-hudson-with-artifactory-track.html

 

Artifactory is definitely more than just Maven repository manager, the option of having build info together with deployed artifacts can be very useful.

Although there are differences between the open source version and the commercial version of Build Integration in Artifactory, we should consider Artifactory as a replacement for Nexus.

 

There is also a wiki page for Artifactory Build Integration: wiki.jfrog.org/confluence/display/RTF/Build+Integration

 

 

 

liya 27/01/2010 - 17:12

'Maven 3.x will be the version Maven for the people', says Jason van Zyl, and it does look promising!

At the moment there is a 3.0.alpha.6 version released, I could't find any roadmap or dates for the planned main release yet.

I didn't have a chance to "play around" enough with this release to be able to say that all that promised is there :), but I've summarized some main issues from the Maven 3.x previews I found in several blogs/presentations/apache info pages:

 

* Backward compatibility

- Loads of Integration testing is done to ensure backwards compatibility

- Stricter validation of the POM is added

- Configured plugins should have their versions specified (a warning appears otherwise)

 

* Site/reporting is now completely extracted from the Maven core

liya 26/01/2010 - 00:20

does anyone uses / knows ivy?

http://ant.apache.org/ivy/

udid 13/04/2009 - 18:24
Syndicate content