[ANN] AppFuse 2.0 M5 Released!

18 messages Options
Embed this post
Permalink
mraible

[ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
The AppFuse Team is pleased to announce the release of AppFuse 2.0 M5!

This release marks a milestone in the features of AppFuse 2.x. This release adds CRUD code generation, full source support (just like 1.x) and XFire integration. In addition, we've fixed all the issues related to switching persistence frameworks, and you should now be able to easily switch from using Hibernate to to iBATIS or JPA. The videos have been updated for M5. The Easy CRUD with Struts 2 video shows how code generation currently works.

AppFuse 2.0 is available as a Maven archetype. For information on creating a new project using this release, please see the QuickStart Guide or the Hello World video.

If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ and join the user mailing list if you have any questions. The Maven Reference Guide has a map of Ant -> Maven commands. Maven for Newbies might also be useful if you've never used Maven before. There is some support for Ant in this release.

For more information, please see the 2.0 M5 Release Notes. If you'd like to use AppFuse offline (or download everything at once), you may want to grab the dependencies and extract them into your ~/.m2/repository directory.

The 2.0 series of AppFuse has a minumum requirement of the following specification versions:

  • Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
  • Java 5 for Development (Java 1.4 for deployment using the Retrotranslator Plugin)

We appreciate the time and effort everyone has put toward contributing code and documentation, posting to the mailing lists, and logging issues.

Thanks for using AppFuse - we hope you enjoy this release!

Matt

--
http://raibledesigns.com
mraible

Re: [ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
The videos are much lower quality than the ones I originally recorded
(13 MB vs. 70 MB). If you want to view the high quality videos
(they're much clearer), you can download them from the following URL:

https://appfuse.dev.java.net/files/documents/1397/58384/appfuse-2.0-videos.zip

If someone has a better way to compress these (I just used QuickTime's
Export feature), please let me know.

Matt

On 5/23/07, Matt Raible <[hidden email]> wrote:

>  The AppFuse Team is pleased to announce the release of AppFuse 2.0 M5!
>
> This release marks a milestone in the features of AppFuse 2.x. This release
> adds CRUD code generation, full source support (just like 1.x) and XFire
> integration. In addition, we've fixed all the issues related to switching
> persistence frameworks, and you should now be able to easily switch from
> using Hibernate to to iBATIS or JPA. The videos have been updated for M5.
> The Easy CRUD with Struts 2 video shows how code generation currently works.
>
> AppFuse 2.0 is available as a Maven archetype. For information on creating a
> new project using this release, please see the QuickStart Guide or the Hello
> World video.
>
> If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ and
> join the user mailing list if you have any questions. The Maven Reference
> Guide has a map of Ant -> Maven commands. Maven for Newbies might also be
> useful if you've never used Maven before. There is some support for Ant in
> this release.
>
> For more information, please see the 2.0 M5 Release Notes. If you'd like to
> use AppFuse offline (or download everything at once), you may want to grab
> the dependencies and extract them into your ~/.m2/repository directory.
>
> The 2.0 series of AppFuse has a minumum requirement of the following
> specification versions:
> Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
> Java 5 for Development (Java 1.4 for deployment using the Retrotranslator
> Plugin)
>
> We appreciate the time and effort everyone has put toward contributing code
> and documentation, posting to the mailing lists, and logging issues.Thanks
> for using AppFuse - we hope you enjoy this release!
>
> Matt
>
> --
> http://raibledesigns.com
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

tibi

Re: [ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
In reply to this post by mraible
great!!
i hope i have time to upgrade my m4 to m5.

great work and yes i will enjoy,

will m5 be the last before final? (i hope final will be out soon, a new
project will start and i'm not sure the are willing to use milestones...)

tibi

Matt Raible wrote:

> The AppFuse Team is pleased to announce the release of AppFuse 2.0 M5!
>
> This release marks a milestone in the features of AppFuse 2.x. This
> release adds CRUD code generation, full source support (just like 1.x)
> and XFire integration. In addition, we've fixed all the issues related
> to switching persistence frameworks, and you should now be able to
> easily switch from using Hibernate to to iBATIS or JPA. The videos
> <http://appfuse.org/display/APF/Demos+and+Videos> have been updated
> for M5. The Easy CRUD with Struts 2 video
> <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows how code
> generation currently works.
>
> AppFuse 2.0 is available as a Maven archetype. For information on
> creating a new project using this release, please see the QuickStart
> Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the Hello
> World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
>
> If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ
> <http://appfuse.org/display/APF/FAQ> and join the user mailing list
> <http://appfuse.org/display/APF/Mailing+Lists> if you have any
> questions. The Maven Reference Guide
> <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
> commands. Maven for Newbies
> <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
> useful if you've never used Maven before. There is some support for
> Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this release.
>
> For more information, please see the 2.0 M5 Release Notes
> <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd like
> to use AppFuse offline (or download everything at once), you may want
> to
> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
> the dependencies and extract them into your ~/.m2/repository directory.
>
> The 2.0 series of AppFuse has a minumum requirement of the following
> specification versions:
>
>     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>     * Java 5 for Development (Java 1.4 for deployment using the
>       Retrotranslator Plugin
>       <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
>
> We appreciate the time and effort everyone has put toward contributing
> code and documentation, posting to the mailing lists, and logging issues.
>
> Thanks for using AppFuse - we hope you enjoy this release!
>
> Matt
>
> --
> http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

tibi

Re: Re: [ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
In reply to this post by mraible
added the link here:
http://appfuse.org/display/APF/Demos+and+Videos

tibi

Matt Raible wrote:

> The videos are much lower quality than the ones I originally recorded
> (13 MB vs. 70 MB). If you want to view the high quality videos
> (they're much clearer), you can download them from the following URL:
>
> https://appfuse.dev.java.net/files/documents/1397/58384/appfuse-2.0-videos.zip 
>
>
> If someone has a better way to compress these (I just used QuickTime's
> Export feature), please let me know.
>
> Matt
>
> On 5/23/07, Matt Raible <[hidden email]> wrote:
>>  The AppFuse Team is pleased to announce the release of AppFuse 2.0 M5!
>>
>> This release marks a milestone in the features of AppFuse 2.x. This
>> release
>> adds CRUD code generation, full source support (just like 1.x) and XFire
>> integration. In addition, we've fixed all the issues related to
>> switching
>> persistence frameworks, and you should now be able to easily switch from
>> using Hibernate to to iBATIS or JPA. The videos have been updated for
>> M5.
>> The Easy CRUD with Struts 2 video shows how code generation currently
>> works.
>>
>> AppFuse 2.0 is available as a Maven archetype. For information on
>> creating a
>> new project using this release, please see the QuickStart Guide or
>> the Hello
>> World video.
>>
>> If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ and
>> join the user mailing list if you have any questions. The Maven
>> Reference
>> Guide has a map of Ant -> Maven commands. Maven for Newbies might
>> also be
>> useful if you've never used Maven before. There is some support for
>> Ant in
>> this release.
>>
>> For more information, please see the 2.0 M5 Release Notes. If you'd
>> like to
>> use AppFuse offline (or download everything at once), you may want to
>> grab
>> the dependencies and extract them into your ~/.m2/repository directory.
>>
>> The 2.0 series of AppFuse has a minumum requirement of the following
>> specification versions:
>> Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>> Java 5 for Development (Java 1.4 for deployment using the
>> Retrotranslator
>> Plugin)
>>
>> We appreciate the time and effort everyone has put toward
>> contributing code
>> and documentation, posting to the mailing lists, and logging
>> issues.Thanks
>> for using AppFuse - we hope you enjoy this release!
>>
>> Matt
>>
>> --
>> http://raibledesigns.com
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

mraible

Re: [ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
In reply to this post by tibi
On 5/29/07, tibi <[hidden email]> wrote:
> great!!
> i hope i have time to upgrade my m4 to m5.
>
> great work and yes i will enjoy,
>
> will m5 be the last before final? (i hope final will be out soon, a new
> project will start and i'm not sure the are willing to use milestones...)

There will be a release candidate (RC1) before final is produced. We
need this since all the features for 2.0 haven't been finished. The RC
will be feature-complete, and the 2.0 Final release will include any
bug fixes found in the RC. I expect final to follow RC w/in a week or
so. I expect to do the RC sometime next week.

Matt

>
> tibi
>
> Matt Raible wrote:
> > The AppFuse Team is pleased to announce the release of AppFuse 2.0 M5!
> >
> > This release marks a milestone in the features of AppFuse 2.x. This
> > release adds CRUD code generation, full source support (just like 1.x)
> > and XFire integration. In addition, we've fixed all the issues related
> > to switching persistence frameworks, and you should now be able to
> > easily switch from using Hibernate to to iBATIS or JPA. The videos
> > <http://appfuse.org/display/APF/Demos+and+Videos> have been updated
> > for M5. The Easy CRUD with Struts 2 video
> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows how code
> > generation currently works.
> >
> > AppFuse 2.0 is available as a Maven archetype. For information on
> > creating a new project using this release, please see the QuickStart
> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the Hello
> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
> >
> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ
> > <http://appfuse.org/display/APF/FAQ> and join the user mailing list
> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
> > questions. The Maven Reference Guide
> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
> > commands. Maven for Newbies
> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
> > useful if you've never used Maven before. There is some support for
> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this release.
> >
> > For more information, please see the 2.0 M5 Release Notes
> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd like
> > to use AppFuse offline (or download everything at once), you may want
> > to
> > <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
> > the dependencies and extract them into your ~/.m2/repository directory.
> >
> > The 2.0 series of AppFuse has a minumum requirement of the following
> > specification versions:
> >
> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
> >     * Java 5 for Development (Java 1.4 for deployment using the
> >       Retrotranslator Plugin
> >       <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
> >
> > We appreciate the time and effort everyone has put toward contributing
> > code and documentation, posting to the mailing lists, and logging issues.
> >
> > Thanks for using AppFuse - we hope you enjoy this release!
> >
> > Matt
> >
> > --
> > http://raibledesigns.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

tibi

Re: [ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
great news... next week we will start the project. i can stall a bit for
the 2.0 release.


tibi

Matt Raible wrote:

> On 5/29/07, tibi <[hidden email]> wrote:
>> great!!
>> i hope i have time to upgrade my m4 to m5.
>>
>> great work and yes i will enjoy,
>>
>> will m5 be the last before final? (i hope final will be out soon, a new
>> project will start and i'm not sure the are willing to use
>> milestones...)
>
> There will be a release candidate (RC1) before final is produced. We
> need this since all the features for 2.0 haven't been finished. The RC
> will be feature-complete, and the 2.0 Final release will include any
> bug fixes found in the RC. I expect final to follow RC w/in a week or
> so. I expect to do the RC sometime next week.
>
> Matt
>
>>
>> tibi
>>
>> Matt Raible wrote:
>> > The AppFuse Team is pleased to announce the release of AppFuse 2.0 M5!
>> >
>> > This release marks a milestone in the features of AppFuse 2.x. This
>> > release adds CRUD code generation, full source support (just like 1.x)
>> > and XFire integration. In addition, we've fixed all the issues related
>> > to switching persistence frameworks, and you should now be able to
>> > easily switch from using Hibernate to to iBATIS or JPA. The videos
>> > <http://appfuse.org/display/APF/Demos+and+Videos> have been updated
>> > for M5. The Easy CRUD with Struts 2 video
>> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows how code
>> > generation currently works.
>> >
>> > AppFuse 2.0 is available as a Maven archetype. For information on
>> > creating a new project using this release, please see the QuickStart
>> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the Hello
>> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
>> >
>> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ
>> > <http://appfuse.org/display/APF/FAQ> and join the user mailing list
>> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
>> > questions. The Maven Reference Guide
>> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
>> > commands. Maven for Newbies
>> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
>> > useful if you've never used Maven before. There is some support for
>> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this release.
>> >
>> > For more information, please see the 2.0 M5 Release Notes
>> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd like
>> > to use AppFuse offline (or download everything at once), you may want
>> > to
>> >
>> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
>>
>> > the dependencies and extract them into your ~/.m2/repository
>> directory.
>> >
>> > The 2.0 series of AppFuse has a minumum requirement of the following
>> > specification versions:
>> >
>> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>> >     * Java 5 for Development (Java 1.4 for deployment using the
>> >       Retrotranslator Plugin
>> >      
>> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
>>
>> >
>> > We appreciate the time and effort everyone has put toward contributing
>> > code and documentation, posting to the mailing lists, and logging
>> issues.
>> >
>> > Thanks for using AppFuse - we hope you enjoy this release!
>> >
>> > Matt
>> >
>> > --
>> > http://raibledesigns.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [hidden email]
>> For additional commands, e-mail: [hidden email]
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

tibi

Re: [ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
question:

is cobertura plugin (2.0) working with all the sources in appfuse m5??
or better what is the status of cobertura??


tibi

tibi wrote:

> great news... next week we will start the project. i can stall a bit
> for the 2.0 release.
>
>
> tibi
>
> Matt Raible wrote:
>> On 5/29/07, tibi <[hidden email]> wrote:
>>> great!!
>>> i hope i have time to upgrade my m4 to m5.
>>>
>>> great work and yes i will enjoy,
>>>
>>> will m5 be the last before final? (i hope final will be out soon, a new
>>> project will start and i'm not sure the are willing to use
>>> milestones...)
>>
>> There will be a release candidate (RC1) before final is produced. We
>> need this since all the features for 2.0 haven't been finished. The RC
>> will be feature-complete, and the 2.0 Final release will include any
>> bug fixes found in the RC. I expect final to follow RC w/in a week or
>> so. I expect to do the RC sometime next week.
>>
>> Matt
>>
>>>
>>> tibi
>>>
>>> Matt Raible wrote:
>>> > The AppFuse Team is pleased to announce the release of AppFuse 2.0
>>> M5!
>>> >
>>> > This release marks a milestone in the features of AppFuse 2.x. This
>>> > release adds CRUD code generation, full source support (just like
>>> 1.x)
>>> > and XFire integration. In addition, we've fixed all the issues
>>> related
>>> > to switching persistence frameworks, and you should now be able to
>>> > easily switch from using Hibernate to to iBATIS or JPA. The videos
>>> > <http://appfuse.org/display/APF/Demos+and+Videos> have been updated
>>> > for M5. The Easy CRUD with Struts 2 video
>>> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows how
>>> code
>>> > generation currently works.
>>> >
>>> > AppFuse 2.0 is available as a Maven archetype. For information on
>>> > creating a new project using this release, please see the QuickStart
>>> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the
>>> Hello
>>> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
>>> >
>>> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ
>>> > <http://appfuse.org/display/APF/FAQ> and join the user mailing list
>>> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
>>> > questions. The Maven Reference Guide
>>> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
>>> > commands. Maven for Newbies
>>> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
>>> > useful if you've never used Maven before. There is some support for
>>> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
>>> release.
>>> >
>>> > For more information, please see the 2.0 M5 Release Notes
>>> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd like
>>> > to use AppFuse offline (or download everything at once), you may want
>>> > to
>>> >
>>> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
>>>
>>> > the dependencies and extract them into your ~/.m2/repository
>>> directory.
>>> >
>>> > The 2.0 series of AppFuse has a minumum requirement of the following
>>> > specification versions:
>>> >
>>> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>>> >     * Java 5 for Development (Java 1.4 for deployment using the
>>> >       Retrotranslator Plugin
>>> >      
>>> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
>>>
>>> >
>>> > We appreciate the time and effort everyone has put toward
>>> contributing
>>> > code and documentation, posting to the mailing lists, and logging
>>> issues.
>>> >
>>> > Thanks for using AppFuse - we hope you enjoy this release!
>>> >
>>> > Matt
>>> >
>>> > --
>>> > http://raibledesigns.com
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [hidden email]
>>> For additional commands, e-mail: [hidden email]
>>>
>>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

mraible

Re: [ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
Yes, it should be working. Or at least it did last time I tried.

Matt

On 5/29/07, tibi <[hidden email]> wrote:

> question:
>
> is cobertura plugin (2.0) working with all the sources in appfuse m5??
> or better what is the status of cobertura??
>
>
> tibi
>
> tibi wrote:
> > great news... next week we will start the project. i can stall a bit
> > for the 2.0 release.
> >
> >
> > tibi
> >
> > Matt Raible wrote:
> >> On 5/29/07, tibi <[hidden email]> wrote:
> >>> great!!
> >>> i hope i have time to upgrade my m4 to m5.
> >>>
> >>> great work and yes i will enjoy,
> >>>
> >>> will m5 be the last before final? (i hope final will be out soon, a new
> >>> project will start and i'm not sure the are willing to use
> >>> milestones...)
> >>
> >> There will be a release candidate (RC1) before final is produced. We
> >> need this since all the features for 2.0 haven't been finished. The RC
> >> will be feature-complete, and the 2.0 Final release will include any
> >> bug fixes found in the RC. I expect final to follow RC w/in a week or
> >> so. I expect to do the RC sometime next week.
> >>
> >> Matt
> >>
> >>>
> >>> tibi
> >>>
> >>> Matt Raible wrote:
> >>> > The AppFuse Team is pleased to announce the release of AppFuse 2.0
> >>> M5!
> >>> >
> >>> > This release marks a milestone in the features of AppFuse 2.x. This
> >>> > release adds CRUD code generation, full source support (just like
> >>> 1.x)
> >>> > and XFire integration. In addition, we've fixed all the issues
> >>> related
> >>> > to switching persistence frameworks, and you should now be able to
> >>> > easily switch from using Hibernate to to iBATIS or JPA. The videos
> >>> > <http://appfuse.org/display/APF/Demos+and+Videos> have been updated
> >>> > for M5. The Easy CRUD with Struts 2 video
> >>> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows how
> >>> code
> >>> > generation currently works.
> >>> >
> >>> > AppFuse 2.0 is available as a Maven archetype. For information on
> >>> > creating a new project using this release, please see the QuickStart
> >>> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the
> >>> Hello
> >>> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
> >>> >
> >>> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ
> >>> > <http://appfuse.org/display/APF/FAQ> and join the user mailing list
> >>> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
> >>> > questions. The Maven Reference Guide
> >>> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
> >>> > commands. Maven for Newbies
> >>> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
> >>> > useful if you've never used Maven before. There is some support for
> >>> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
> >>> release.
> >>> >
> >>> > For more information, please see the 2.0 M5 Release Notes
> >>> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd like
> >>> > to use AppFuse offline (or download everything at once), you may want
> >>> > to
> >>> >
> >>> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
> >>>
> >>> > the dependencies and extract them into your ~/.m2/repository
> >>> directory.
> >>> >
> >>> > The 2.0 series of AppFuse has a minumum requirement of the following
> >>> > specification versions:
> >>> >
> >>> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
> >>> >     * Java 5 for Development (Java 1.4 for deployment using the
> >>> >       Retrotranslator Plugin
> >>> >
> >>> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
> >>>
> >>> >
> >>> > We appreciate the time and effort everyone has put toward
> >>> contributing
> >>> > code and documentation, posting to the mailing lists, and logging
> >>> issues.
> >>> >
> >>> > Thanks for using AppFuse - we hope you enjoy this release!
> >>> >
> >>> > Matt
> >>> >
> >>> > --
> >>> > http://raibledesigns.com
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: [hidden email]
> >>> For additional commands, e-mail: [hidden email]
> >>>
> >>>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [hidden email]
> > For additional commands, e-mail: [hidden email]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

tibi

Re: [ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
yes you are right with cobertura you never know ;)
but good to kow it 'should' work.

tibi

Matt Raible wrote:

> Yes, it should be working. Or at least it did last time I tried.
>
> Matt
>
> On 5/29/07, tibi <[hidden email]> wrote:
>> question:
>>
>> is cobertura plugin (2.0) working with all the sources in appfuse m5??
>> or better what is the status of cobertura??
>>
>>
>> tibi
>>
>> tibi wrote:
>> > great news... next week we will start the project. i can stall a bit
>> > for the 2.0 release.
>> >
>> >
>> > tibi
>> >
>> > Matt Raible wrote:
>> >> On 5/29/07, tibi <[hidden email]> wrote:
>> >>> great!!
>> >>> i hope i have time to upgrade my m4 to m5.
>> >>>
>> >>> great work and yes i will enjoy,
>> >>>
>> >>> will m5 be the last before final? (i hope final will be out soon,
>> a new
>> >>> project will start and i'm not sure the are willing to use
>> >>> milestones...)
>> >>
>> >> There will be a release candidate (RC1) before final is produced. We
>> >> need this since all the features for 2.0 haven't been finished.
>> The RC
>> >> will be feature-complete, and the 2.0 Final release will include any
>> >> bug fixes found in the RC. I expect final to follow RC w/in a week or
>> >> so. I expect to do the RC sometime next week.
>> >>
>> >> Matt
>> >>
>> >>>
>> >>> tibi
>> >>>
>> >>> Matt Raible wrote:
>> >>> > The AppFuse Team is pleased to announce the release of AppFuse 2.0
>> >>> M5!
>> >>> >
>> >>> > This release marks a milestone in the features of AppFuse 2.x.
>> This
>> >>> > release adds CRUD code generation, full source support (just like
>> >>> 1.x)
>> >>> > and XFire integration. In addition, we've fixed all the issues
>> >>> related
>> >>> > to switching persistence frameworks, and you should now be able to
>> >>> > easily switch from using Hibernate to to iBATIS or JPA. The videos
>> >>> > <http://appfuse.org/display/APF/Demos+and+Videos> have been
>> updated
>> >>> > for M5. The Easy CRUD with Struts 2 video
>> >>> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows how
>> >>> code
>> >>> > generation currently works.
>> >>> >
>> >>> > AppFuse 2.0 is available as a Maven archetype. For information on
>> >>> > creating a new project using this release, please see the
>> QuickStart
>> >>> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the
>> >>> Hello
>> >>> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
>> >>> >
>> >>> > If you've used AppFuse 1.x, but not 2.x, you'll want to read
>> the FAQ
>> >>> > <http://appfuse.org/display/APF/FAQ> and join the user mailing
>> list
>> >>> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
>> >>> > questions. The Maven Reference Guide
>> >>> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
>> >>> > commands. Maven for Newbies
>> >>> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
>> >>> > useful if you've never used Maven before. There is some support
>> for
>> >>> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
>> >>> release.
>> >>> >
>> >>> > For more information, please see the 2.0 M5 Release Notes
>> >>> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd
>> like
>> >>> > to use AppFuse offline (or download everything at once), you
>> may want
>> >>> > to
>> >>> >
>> >>>
>> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
>>
>> >>>
>> >>> > the dependencies and extract them into your ~/.m2/repository
>> >>> directory.
>> >>> >
>> >>> > The 2.0 series of AppFuse has a minumum requirement of the
>> following
>> >>> > specification versions:
>> >>> >
>> >>> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>> >>> >     * Java 5 for Development (Java 1.4 for deployment using the
>> >>> >       Retrotranslator Plugin
>> >>> >
>> >>>
>> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
>>
>> >>>
>> >>> >
>> >>> > We appreciate the time and effort everyone has put toward
>> >>> contributing
>> >>> > code and documentation, posting to the mailing lists, and logging
>> >>> issues.
>> >>> >
>> >>> > Thanks for using AppFuse - we hope you enjoy this release!
>> >>> >
>> >>> > Matt
>> >>> >
>> >>> > --
>> >>> > http://raibledesigns.com
>> >>>
>> >>>
>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: [hidden email]
>> >>> For additional commands, e-mail: [hidden email]
>> >>>
>> >>>
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [hidden email]
>> > For additional commands, e-mail: [hidden email]
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [hidden email]
>> For additional commands, e-mail: [hidden email]
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Jason Thrasher

Re: [ANN] AppFuse 2.0 M5 Released!

Reply Threaded More More options
Print post
Permalink
It seems to be working for org.appfuse files, but when I create com.mycompany.* files, it chokes on the hibernate3 plugin.  See this thread for sample code:
http://www.nabble.com/cobertura-conflicts-with-hibernate3-tf3837112s2369.html
It can be commented out of the pom.xml.... or am I doing something wrong with my Person class example?

Jason


tibi-3 wrote:
yes you are right with cobertura you never know ;)
but good to kow it 'should' work.

tibi

Matt Raible wrote:
> Yes, it should be working. Or at least it did last time I tried.
>
> Matt
>
> On 5/29/07, tibi <tibi@dds.nl> wrote:
>> question:
>>
>> is cobertura plugin (2.0) working with all the sources in appfuse m5??
>> or better what is the status of cobertura??
>>
>>
>> tibi
>>
>> tibi wrote:
>> > great news... next week we will start the project. i can stall a bit
>> > for the 2.0 release.
>> >
>> >
>> > tibi
>> >
>> > Matt Raible wrote:
>> >> On 5/29/07, tibi <tibi@dds.nl> wrote:
>> >>> great!!
>> >>> i hope i have time to upgrade my m4 to m5.
>> >>>
>> >>> great work and yes i will enjoy,
>> >>>
>> >>> will m5 be the last before final? (i hope final will be out soon,
>> a new
>> >>> project will start and i'm not sure the are willing to use
>> >>> milestones...)
>> >>
>> >> There will be a release candidate (RC1) before final is produced. We
>> >> need this since all the features for 2.0 haven't been finished.
>> The RC
>> >> will be feature-complete, and the 2.0 Final release will include any
>> >> bug fixes found in the RC. I expect final to follow RC w/in a week or
>> >> so. I expect to do the RC sometime next week.
>> >>
>> >> Matt
>> >>
>> >>>
>> >>> tibi
>> >>>
>> >>> Matt Raible wrote:
>> >>> > The AppFuse Team is pleased to announce the release of AppFuse 2.0
>> >>> M5!
>> >>> >
>> >>> > This release marks a milestone in the features of AppFuse 2.x.
>> This
>> >>> > release adds CRUD code generation, full source support (just like
>> >>> 1.x)
>> >>> > and XFire integration. In addition, we've fixed all the issues
>> >>> related
>> >>> > to switching persistence frameworks, and you should now be able to
>> >>> > easily switch from using Hibernate to to iBATIS or JPA. The videos
>> >>> > <http://appfuse.org/display/APF/Demos+and+Videos> have been
>> updated
>> >>> > for M5. The Easy CRUD with Struts 2 video
>> >>> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows how
>> >>> code
>> >>> > generation currently works.
>> >>> >
>> >>> > AppFuse 2.0 is available as a Maven archetype. For information on
>> >>> > creating a new project using this release, please see the
>> QuickStart
>> >>> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the
>> >>> Hello
>> >>> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
>> >>> >
>> >>> > If you've used AppFuse 1.x, but not 2.x, you'll want to read
>> the FAQ
>> >>> > <http://appfuse.org/display/APF/FAQ> and join the user mailing
>> list
>> >>> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
>> >>> > questions. The Maven Reference Guide
>> >>> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
>> >>> > commands. Maven for Newbies
>> >>> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
>> >>> > useful if you've never used Maven before. There is some support
>> for
>> >>> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
>> >>> release.
>> >>> >
>> >>> > For more information, please see the 2.0 M5 Release Notes
>> >>> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd
>> like
>> >>> > to use AppFuse offline (or download everything at once), you
>> may want
>> >>> > to
>> >>> >
>> >>>
>> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
>>
>> >>>
>> >>> > the dependencies and extract them into your ~/.m2/repository
>> >>> directory.
>> >>> >
>> >>> > The 2.0 series of AppFuse has a minumum requirement of the
>> following
>> >>> > specification versions:
>> >>> >
>> >>> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>> >>> >     * Java 5 for Development (Java 1.4 for deployment using the
>> >>> >       Retrotranslator Plugin
>> >>> >
>> >>>
>> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
>>
>> >>>
>> >>> >
>> >>> > We appreciate the time and effort everyone has put toward
>> >>> contributing
>> >>> > code and documentation, posting to the mailing lists, and logging
>> >>> issues.
>> >>> >
>> >>> > Thanks for using AppFuse - we hope you enjoy this release!
>> >>> >
>> >>> > Matt
>> >>> >
>> >>> > --
>> >>> > http://raibledesigns.com
>> >>>
>> >>>
>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
>> >>> For additional commands, e-mail: users-help@appfuse.dev.java.net
>> >>>
>> >>>
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
>> > For additional commands, e-mail: users-help@appfuse.dev.java.net
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
>> For additional commands, e-mail: users-help@appfuse.dev.java.net
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
For additional commands, e-mail: users-help@appfuse.dev.java.net
tibi

status of 2.0 RC1

Reply Threaded More More options
Print post
Permalink
In reply to this post by mraible
just back from holiday i was looking at:
http://appfuse.org/display/APF/Event+Calendar

did i miss something or are the targets fro RC1 and final missed?

tibi



Matt Raible wrote:

> On 5/29/07, tibi <[hidden email]> wrote:
>> great!!
>> i hope i have time to upgrade my m4 to m5.
>>
>> great work and yes i will enjoy,
>>
>> will m5 be the last before final? (i hope final will be out soon, a new
>> project will start and i'm not sure the are willing to use
>> milestones...)
>
> There will be a release candidate (RC1) before final is produced. We
> need this since all the features for 2.0 haven't been finished. The RC
> will be feature-complete, and the 2.0 Final release will include any
> bug fixes found in the RC. I expect final to follow RC w/in a week or
> so. I expect to do the RC sometime next week.
>
> Matt
>
>>
>> tibi
>>
>> Matt Raible wrote:
>> > The AppFuse Team is pleased to announce the release of AppFuse 2.0 M5!
>> >
>> > This release marks a milestone in the features of AppFuse 2.x. This
>> > release adds CRUD code generation, full source support (just like 1.x)
>> > and XFire integration. In addition, we've fixed all the issues related
>> > to switching persistence frameworks, and you should now be able to
>> > easily switch from using Hibernate to to iBATIS or JPA. The videos
>> > <http://appfuse.org/display/APF/Demos+and+Videos> have been updated
>> > for M5. The Easy CRUD with Struts 2 video
>> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows how code
>> > generation currently works.
>> >
>> > AppFuse 2.0 is available as a Maven archetype. For information on
>> > creating a new project using this release, please see the QuickStart
>> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the Hello
>> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
>> >
>> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ
>> > <http://appfuse.org/display/APF/FAQ> and join the user mailing list
>> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
>> > questions. The Maven Reference Guide
>> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
>> > commands. Maven for Newbies
>> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
>> > useful if you've never used Maven before. There is some support for
>> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this release.
>> >
>> > For more information, please see the 2.0 M5 Release Notes
>> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd like
>> > to use AppFuse offline (or download everything at once), you may want
>> > to
>> >
>> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
>>
>> > the dependencies and extract them into your ~/.m2/repository
>> directory.
>> >
>> > The 2.0 series of AppFuse has a minumum requirement of the following
>> > specification versions:
>> >
>> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>> >     * Java 5 for Development (Java 1.4 for deployment using the
>> >       Retrotranslator Plugin
>> >      
>> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
>>
>> >
>> > We appreciate the time and effort everyone has put toward contributing
>> > code and documentation, posting to the mailing lists, and logging
>> issues.
>> >
>> > Thanks for using AppFuse - we hope you enjoy this release!
>> >
>> > Matt
>> >
>> > --
>> > http://raibledesigns.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [hidden email]
>> For additional commands, e-mail: [hidden email]
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

mraible

Re: status of 2.0 RC1

Reply Threaded More More options
Print post
Permalink
The target have been missed. I've been busy with job hunting and
vacationing with my family. Everyone that works on AppFuse is a
volunteer and doesn't get paid to work on it. This tends to make it
difficult to plan and get things done when we expect to.

Matt


On 6/16/07, tibi <[hidden email]> wrote:

> just back from holiday i was looking at:
> http://appfuse.org/display/APF/Event+Calendar
>
> did i miss something or are the targets fro RC1 and final missed?
>
> tibi
>
>
>
> Matt Raible wrote:
> > On 5/29/07, tibi <[hidden email]> wrote:
> >> great!!
> >> i hope i have time to upgrade my m4 to m5.
> >>
> >> great work and yes i will enjoy,
> >>
> >> will m5 be the last before final? (i hope final will be out soon, a new
> >> project will start and i'm not sure the are willing to use
> >> milestones...)
> >
> > There will be a release candidate (RC1) before final is produced. We
> > need this since all the features for 2.0 haven't been finished. The RC
> > will be feature-complete, and the 2.0 Final release will include any
> > bug fixes found in the RC. I expect final to follow RC w/in a week or
> > so. I expect to do the RC sometime next week.
> >
> > Matt
> >
> >>
> >> tibi
> >>
> >> Matt Raible wrote:
> >> > The AppFuse Team is pleased to announce the release of AppFuse 2.0 M5!
> >> >
> >> > This release marks a milestone in the features of AppFuse 2.x. This
> >> > release adds CRUD code generation, full source support (just like 1.x)
> >> > and XFire integration. In addition, we've fixed all the issues related
> >> > to switching persistence frameworks, and you should now be able to
> >> > easily switch from using Hibernate to to iBATIS or JPA. The videos
> >> > <http://appfuse.org/display/APF/Demos+and+Videos> have been updated
> >> > for M5. The Easy CRUD with Struts 2 video
> >> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows how code
> >> > generation currently works.
> >> >
> >> > AppFuse 2.0 is available as a Maven archetype. For information on
> >> > creating a new project using this release, please see the QuickStart
> >> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the Hello
> >> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
> >> >
> >> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ
> >> > <http://appfuse.org/display/APF/FAQ> and join the user mailing list
> >> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
> >> > questions. The Maven Reference Guide
> >> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
> >> > commands. Maven for Newbies
> >> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
> >> > useful if you've never used Maven before. There is some support for
> >> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this release.
> >> >
> >> > For more information, please see the 2.0 M5 Release Notes
> >> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd like
> >> > to use AppFuse offline (or download everything at once), you may want
> >> > to
> >> >
> >>
> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
> >>
> >> > the dependencies and extract them into your ~/.m2/repository
> >> directory.
> >> >
> >> > The 2.0 series of AppFuse has a minumum requirement of the following
> >> > specification versions:
> >> >
> >> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
> >> >     * Java 5 for Development (Java 1.4 for deployment using the
> >> >       Retrotranslator Plugin
> >> >
> >>
> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
> >>
> >> >
> >> > We appreciate the time and effort everyone has put toward contributing
> >> > code and documentation, posting to the mailing lists, and logging
> >> issues.
> >> >
> >> > Thanks for using AppFuse - we hope you enjoy this release!
> >> >
> >> > Matt
> >> >
> >> > --
> >> > http://raibledesigns.com
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [hidden email]
> >> For additional commands, e-mail: [hidden email]
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

tibi

Re: status of 2.0 RC1

Reply Threaded More More options
Print post
Permalink
i know you are volunteers so i don't mind that RC1 is not ready jet.
although
i would really like it to be out. :-D

is there a new target?

tibi

Matt Raible wrote:

> The target have been missed. I've been busy with job hunting and
> vacationing with my family. Everyone that works on AppFuse is a
> volunteer and doesn't get paid to work on it. This tends to make it
> difficult to plan and get things done when we expect to.
>
> Matt
>
>
> On 6/16/07, tibi <[hidden email]> wrote:
>> just back from holiday i was looking at:
>> http://appfuse.org/display/APF/Event+Calendar
>>
>> did i miss something or are the targets fro RC1 and final missed?
>>
>> tibi
>>
>>
>>
>> Matt Raible wrote:
>> > On 5/29/07, tibi <[hidden email]> wrote:
>> >> great!!
>> >> i hope i have time to upgrade my m4 to m5.
>> >>
>> >> great work and yes i will enjoy,
>> >>
>> >> will m5 be the last before final? (i hope final will be out soon,
>> a new
>> >> project will start and i'm not sure the are willing to use
>> >> milestones...)
>> >
>> > There will be a release candidate (RC1) before final is produced. We
>> > need this since all the features for 2.0 haven't been finished. The RC
>> > will be feature-complete, and the 2.0 Final release will include any
>> > bug fixes found in the RC. I expect final to follow RC w/in a week or
>> > so. I expect to do the RC sometime next week.
>> >
>> > Matt
>> >
>> >>
>> >> tibi
>> >>
>> >> Matt Raible wrote:
>> >> > The AppFuse Team is pleased to announce the release of AppFuse
>> 2.0 M5!
>> >> >
>> >> > This release marks a milestone in the features of AppFuse 2.x. This
>> >> > release adds CRUD code generation, full source support (just
>> like 1.x)
>> >> > and XFire integration. In addition, we've fixed all the issues
>> related
>> >> > to switching persistence frameworks, and you should now be able to
>> >> > easily switch from using Hibernate to to iBATIS or JPA. The videos
>> >> > <http://appfuse.org/display/APF/Demos+and+Videos> have been updated
>> >> > for M5. The Easy CRUD with Struts 2 video
>> >> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows
>> how code
>> >> > generation currently works.
>> >> >
>> >> > AppFuse 2.0 is available as a Maven archetype. For information on
>> >> > creating a new project using this release, please see the
>> QuickStart
>> >> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the
>> Hello
>> >> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
>> >> >
>> >> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the
>> FAQ
>> >> > <http://appfuse.org/display/APF/FAQ> and join the user mailing list
>> >> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
>> >> > questions. The Maven Reference Guide
>> >> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
>> >> > commands. Maven for Newbies
>> >> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
>> >> > useful if you've never used Maven before. There is some support for
>> >> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
>> release.
>> >> >
>> >> > For more information, please see the 2.0 M5 Release Notes
>> >> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd
>> like
>> >> > to use AppFuse offline (or download everything at once), you may
>> want
>> >> > to
>> >> >
>> >>
>> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
>>
>> >>
>> >> > the dependencies and extract them into your ~/.m2/repository
>> >> directory.
>> >> >
>> >> > The 2.0 series of AppFuse has a minumum requirement of the
>> following
>> >> > specification versions:
>> >> >
>> >> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>> >> >     * Java 5 for Development (Java 1.4 for deployment using the
>> >> >       Retrotranslator Plugin
>> >> >
>> >>
>> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
>>
>> >>
>> >> >
>> >> > We appreciate the time and effort everyone has put toward
>> contributing
>> >> > code and documentation, posting to the mailing lists, and logging
>> >> issues.
>> >> >
>> >> > Thanks for using AppFuse - we hope you enjoy this release!
>> >> >
>> >> > Matt
>> >> >
>> >> > --
>> >> > http://raibledesigns.com
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [hidden email]
>> >> For additional commands, e-mail: [hidden email]
>> >>
>> >>
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [hidden email]
>> For additional commands, e-mail: [hidden email]
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

mraible

Re: status of 2.0 RC1

Reply Threaded More More options
Print post
Permalink
Are there any particular features or bugs you're waiting for? I don't
have a new schedule yet.

Matt

On 6/16/07, tibi <[hidden email]> wrote:

> i know you are volunteers so i don't mind that RC1 is not ready jet.
> although
> i would really like it to be out. :-D
>
> is there a new target?
>
> tibi
>
> Matt Raible wrote:
> > The target have been missed. I've been busy with job hunting and
> > vacationing with my family. Everyone that works on AppFuse is a
> > volunteer and doesn't get paid to work on it. This tends to make it
> > difficult to plan and get things done when we expect to.
> >
> > Matt
> >
> >
> > On 6/16/07, tibi <[hidden email]> wrote:
> >> just back from holiday i was looking at:
> >> http://appfuse.org/display/APF/Event+Calendar
> >>
> >> did i miss something or are the targets fro RC1 and final missed?
> >>
> >> tibi
> >>
> >>
> >>
> >> Matt Raible wrote:
> >> > On 5/29/07, tibi <[hidden email]> wrote:
> >> >> great!!
> >> >> i hope i have time to upgrade my m4 to m5.
> >> >>
> >> >> great work and yes i will enjoy,
> >> >>
> >> >> will m5 be the last before final? (i hope final will be out soon,
> >> a new
> >> >> project will start and i'm not sure the are willing to use
> >> >> milestones...)
> >> >
> >> > There will be a release candidate (RC1) before final is produced. We
> >> > need this since all the features for 2.0 haven't been finished. The RC
> >> > will be feature-complete, and the 2.0 Final release will include any
> >> > bug fixes found in the RC. I expect final to follow RC w/in a week or
> >> > so. I expect to do the RC sometime next week.
> >> >
> >> > Matt
> >> >
> >> >>
> >> >> tibi
> >> >>
> >> >> Matt Raible wrote:
> >> >> > The AppFuse Team is pleased to announce the release of AppFuse
> >> 2.0 M5!
> >> >> >
> >> >> > This release marks a milestone in the features of AppFuse 2.x. This
> >> >> > release adds CRUD code generation, full source support (just
> >> like 1.x)
> >> >> > and XFire integration. In addition, we've fixed all the issues
> >> related
> >> >> > to switching persistence frameworks, and you should now be able to
> >> >> > easily switch from using Hibernate to to iBATIS or JPA. The videos
> >> >> > <http://appfuse.org/display/APF/Demos+and+Videos> have been updated
> >> >> > for M5. The Easy CRUD with Struts 2 video
> >> >> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows
> >> how code
> >> >> > generation currently works.
> >> >> >
> >> >> > AppFuse 2.0 is available as a Maven archetype. For information on
> >> >> > creating a new project using this release, please see the
> >> QuickStart
> >> >> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the
> >> Hello
> >> >> > World video <http://static.appfuse.org/movies/2.0/helloworld.mov>.
> >> >> >
> >> >> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the
> >> FAQ
> >> >> > <http://appfuse.org/display/APF/FAQ> and join the user mailing list
> >> >> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
> >> >> > questions. The Maven Reference Guide
> >> >> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant -> Maven
> >> >> > commands. Maven for Newbies
> >> >> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
> >> >> > useful if you've never used Maven before. There is some support for
> >> >> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
> >> release.
> >> >> >
> >> >> > For more information, please see the 2.0 M5 Release Notes
> >> >> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd
> >> like
> >> >> > to use AppFuse offline (or download everything at once), you may
> >> want
> >> >> > to
> >> >> >
> >> >>
> >> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
> >>
> >> >>
> >> >> > the dependencies and extract them into your ~/.m2/repository
> >> >> directory.
> >> >> >
> >> >> > The 2.0 series of AppFuse has a minumum requirement of the
> >> following
> >> >> > specification versions:
> >> >> >
> >> >> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
> >> >> >     * Java 5 for Development (Java 1.4 for deployment using the
> >> >> >       Retrotranslator Plugin
> >> >> >
> >> >>
> >> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
> >>
> >> >>
> >> >> >
> >> >> > We appreciate the time and effort everyone has put toward
> >> contributing
> >> >> > code and documentation, posting to the mailing lists, and logging
> >> >> issues.
> >> >> >
> >> >> > Thanks for using AppFuse - we hope you enjoy this release!
> >> >> >
> >> >> > Matt
> >> >> >
> >> >> > --
> >> >> > http://raibledesigns.com
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: [hidden email]
> >> >> For additional commands, e-mail: [hidden email]
> >> >>
> >> >>
> >> >
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [hidden email]
> >> For additional commands, e-mail: [hidden email]
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

tibi

Re: status of 2.0 RC1

Reply Threaded More More options
Print post
Permalink
no features or bugs but there are two things:
1) i want to upgrade my m3 and m4 projects. it would be a bit
frustrating to upgrade to m5 when one day later rc1 or one week later
final will be there. I rather would upgrade all in one. or at least all
on the same day.

2) a new project will start in i think beginning of July and they don't
allow milestone software.


for me it would be best if all the features would move to 2.1 and only
the bugs would be fixed to get 2.0 final out as soon as possible. but i
know i'm not the only one out here ;) and i understand there are more
things to think about.

thats all...

tibi

Matt Raible wrote:

> Are there any particular features or bugs you're waiting for? I don't
> have a new schedule yet.
>
> Matt
>
> On 6/16/07, tibi <[hidden email]> wrote:
>> i know you are volunteers so i don't mind that RC1 is not ready jet.
>> although
>> i would really like it to be out. :-D
>>
>> is there a new target?
>>
>> tibi
>>
>> Matt Raible wrote:
>> > The target have been missed. I've been busy with job hunting and
>> > vacationing with my family. Everyone that works on AppFuse is a
>> > volunteer and doesn't get paid to work on it. This tends to make it
>> > difficult to plan and get things done when we expect to.
>> >
>> > Matt
>> >
>> >
>> > On 6/16/07, tibi <[hidden email]> wrote:
>> >> just back from holiday i was looking at:
>> >> http://appfuse.org/display/APF/Event+Calendar
>> >>
>> >> did i miss something or are the targets fro RC1 and final missed?
>> >>
>> >> tibi
>> >>
>> >>
>> >>
>> >> Matt Raible wrote:
>> >> > On 5/29/07, tibi <[hidden email]> wrote:
>> >> >> great!!
>> >> >> i hope i have time to upgrade my m4 to m5.
>> >> >>
>> >> >> great work and yes i will enjoy,
>> >> >>
>> >> >> will m5 be the last before final? (i hope final will be out soon,
>> >> a new
>> >> >> project will start and i'm not sure the are willing to use
>> >> >> milestones...)
>> >> >
>> >> > There will be a release candidate (RC1) before final is
>> produced. We
>> >> > need this since all the features for 2.0 haven't been finished.
>> The RC
>> >> > will be feature-complete, and the 2.0 Final release will include
>> any
>> >> > bug fixes found in the RC. I expect final to follow RC w/in a
>> week or
>> >> > so. I expect to do the RC sometime next week.
>> >> >
>> >> > Matt
>> >> >
>> >> >>
>> >> >> tibi
>> >> >>
>> >> >> Matt Raible wrote:
>> >> >> > The AppFuse Team is pleased to announce the release of AppFuse
>> >> 2.0 M5!
>> >> >> >
>> >> >> > This release marks a milestone in the features of AppFuse
>> 2.x. This
>> >> >> > release adds CRUD code generation, full source support (just
>> >> like 1.x)
>> >> >> > and XFire integration. In addition, we've fixed all the issues
>> >> related
>> >> >> > to switching persistence frameworks, and you should now be
>> able to
>> >> >> > easily switch from using Hibernate to to iBATIS or JPA. The
>> videos
>> >> >> > <http://appfuse.org/display/APF/Demos+and+Videos> have been
>> updated
>> >> >> > for M5. The Easy CRUD with Struts 2 video
>> >> >> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows
>> >> how code
>> >> >> > generation currently works.
>> >> >> >
>> >> >> > AppFuse 2.0 is available as a Maven archetype. For
>> information on
>> >> >> > creating a new project using this release, please see the
>> >> QuickStart
>> >> >> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the
>> >> Hello
>> >> >> > World video
>> <http://static.appfuse.org/movies/2.0/helloworld.mov>.
>> >> >> >
>> >> >> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the
>> >> FAQ
>> >> >> > <http://appfuse.org/display/APF/FAQ> and join the user
>> mailing list
>> >> >> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
>> >> >> > questions. The Maven Reference Guide
>> >> >> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant ->
>> Maven
>> >> >> > commands. Maven for Newbies
>> >> >> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
>> >> >> > useful if you've never used Maven before. There is some
>> support for
>> >> >> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
>> >> release.
>> >> >> >
>> >> >> > For more information, please see the 2.0 M5 Release Notes
>> >> >> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd
>> >> like
>> >> >> > to use AppFuse offline (or download everything at once), you may
>> >> want
>> >> >> > to
>> >> >> >
>> >> >>
>> >>
>> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
>>
>> >>
>> >> >>
>> >> >> > the dependencies and extract them into your ~/.m2/repository
>> >> >> directory.
>> >> >> >
>> >> >> > The 2.0 series of AppFuse has a minumum requirement of the
>> >> following
>> >> >> > specification versions:
>> >> >> >
>> >> >> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>> >> >> >     * Java 5 for Development (Java 1.4 for deployment using the
>> >> >> >       Retrotranslator Plugin
>> >> >> >
>> >> >>
>> >>
>> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
>>
>> >>
>> >> >>
>> >> >> >
>> >> >> > We appreciate the time and effort everyone has put toward
>> >> contributing
>> >> >> > code and documentation, posting to the mailing lists, and
>> logging
>> >> >> issues.
>> >> >> >
>> >> >> > Thanks for using AppFuse - we hope you enjoy this release!
>> >> >> >
>> >> >> > Matt
>> >> >> >
>> >> >> > --
>> >> >> > http://raibledesigns.com
>> >> >>
>> >> >>
>> ---------------------------------------------------------------------
>> >> >> To unsubscribe, e-mail: [hidden email]
>> >> >> For additional commands, e-mail: [hidden email]
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [hidden email]
>> >> For additional commands, e-mail: [hidden email]
>> >>
>> >>
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [hidden email]
>> For additional commands, e-mail: [hidden email]
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

mraible

Re: status of 2.0 RC1

Reply Threaded More More options
Print post
Permalink
I want to finish 2.0 as bad as you'd like to see it finished. However,
I'm having a hard time balancing paid-for-work, family life and open
source development. When things get tight, open source development is
the thing that usually drops off for me. I'd *love* to release RC1 at
the end of the month and will do my best to make it happen.

Matt

On 6/17/07, tibi <[hidden email]> wrote:

> no features or bugs but there are two things:
> 1) i want to upgrade my m3 and m4 projects. it would be a bit
> frustrating to upgrade to m5 when one day later rc1 or one week later
> final will be there. I rather would upgrade all in one. or at least all
> on the same day.
>
> 2) a new project will start in i think beginning of July and they don't
> allow milestone software.
>
>
> for me it would be best if all the features would move to 2.1 and only
> the bugs would be fixed to get 2.0 final out as soon as possible. but i
> know i'm not the only one out here ;) and i understand there are more
> things to think about.
>
> thats all...
>
> tibi
>
> Matt Raible wrote:
> > Are there any particular features or bugs you're waiting for? I don't
> > have a new schedule yet.
> >
> > Matt
> >
> > On 6/16/07, tibi <[hidden email]> wrote:
> >> i know you are volunteers so i don't mind that RC1 is not ready jet.
> >> although
> >> i would really like it to be out. :-D
> >>
> >> is there a new target?
> >>
> >> tibi
> >>
> >> Matt Raible wrote:
> >> > The target have been missed. I've been busy with job hunting and
> >> > vacationing with my family. Everyone that works on AppFuse is a
> >> > volunteer and doesn't get paid to work on it. This tends to make it
> >> > difficult to plan and get things done when we expect to.
> >> >
> >> > Matt
> >> >
> >> >
> >> > On 6/16/07, tibi <[hidden email]> wrote:
> >> >> just back from holiday i was looking at:
> >> >> http://appfuse.org/display/APF/Event+Calendar
> >> >>
> >> >> did i miss something or are the targets fro RC1 and final missed?
> >> >>
> >> >> tibi
> >> >>
> >> >>
> >> >>
> >> >> Matt Raible wrote:
> >> >> > On 5/29/07, tibi <[hidden email]> wrote:
> >> >> >> great!!
> >> >> >> i hope i have time to upgrade my m4 to m5.
> >> >> >>
> >> >> >> great work and yes i will enjoy,
> >> >> >>
> >> >> >> will m5 be the last before final? (i hope final will be out soon,
> >> >> a new
> >> >> >> project will start and i'm not sure the are willing to use
> >> >> >> milestones...)
> >> >> >
> >> >> > There will be a release candidate (RC1) before final is
> >> produced. We
> >> >> > need this since all the features for 2.0 haven't been finished.
> >> The RC
> >> >> > will be feature-complete, and the 2.0 Final release will include
> >> any
> >> >> > bug fixes found in the RC. I expect final to follow RC w/in a
> >> week or
> >> >> > so. I expect to do the RC sometime next week.
> >> >> >
> >> >> > Matt
> >> >> >
> >> >> >>
> >> >> >> tibi
> >> >> >>
> >> >> >> Matt Raible wrote:
> >> >> >> > The AppFuse Team is pleased to announce the release of AppFuse
> >> >> 2.0 M5!
> >> >> >> >
> >> >> >> > This release marks a milestone in the features of AppFuse
> >> 2.x. This
> >> >> >> > release adds CRUD code generation, full source support (just
> >> >> like 1.x)
> >> >> >> > and XFire integration. In addition, we've fixed all the issues
> >> >> related
> >> >> >> > to switching persistence frameworks, and you should now be
> >> able to
> >> >> >> > easily switch from using Hibernate to to iBATIS or JPA. The
> >> videos
> >> >> >> > <http://appfuse.org/display/APF/Demos+and+Videos> have been
> >> updated
> >> >> >> > for M5. The Easy CRUD with Struts 2 video
> >> >> >> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows
> >> >> how code
> >> >> >> > generation currently works.
> >> >> >> >
> >> >> >> > AppFuse 2.0 is available as a Maven archetype. For
> >> information on
> >> >> >> > creating a new project using this release, please see the
> >> >> QuickStart
> >> >> >> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the
> >> >> Hello
> >> >> >> > World video
> >> <http://static.appfuse.org/movies/2.0/helloworld.mov>.
> >> >> >> >
> >> >> >> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the
> >> >> FAQ
> >> >> >> > <http://appfuse.org/display/APF/FAQ> and join the user
> >> mailing list
> >> >> >> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
> >> >> >> > questions. The Maven Reference Guide
> >> >> >> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant ->
> >> Maven
> >> >> >> > commands. Maven for Newbies
> >> >> >> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
> >> >> >> > useful if you've never used Maven before. There is some
> >> support for
> >> >> >> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
> >> >> release.
> >> >> >> >
> >> >> >> > For more information, please see the 2.0 M5 Release Notes
> >> >> >> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd
> >> >> like
> >> >> >> > to use AppFuse offline (or download everything at once), you may
> >> >> want
> >> >> >> > to
> >> >> >> >
> >> >> >>
> >> >>
> >> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
> >>
> >> >>
> >> >> >>
> >> >> >> > the dependencies and extract them into your ~/.m2/repository
> >> >> >> directory.
> >> >> >> >
> >> >> >> > The 2.0 series of AppFuse has a minumum requirement of the
> >> >> following
> >> >> >> > specification versions:
> >> >> >> >
> >> >> >> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
> >> >> >> >     * Java 5 for Development (Java 1.4 for deployment using the
> >> >> >> >       Retrotranslator Plugin
> >> >> >> >
> >> >> >>
> >> >>
> >> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
> >>
> >> >>
> >> >> >>
> >> >> >> >
> >> >> >> > We appreciate the time and effort everyone has put toward
> >> >> contributing
> >> >> >> > code and documentation, posting to the mailing lists, and
> >> logging
> >> >> >> issues.
> >> >> >> >
> >> >> >> > Thanks for using AppFuse - we hope you enjoy this release!
> >> >> >> >
> >> >> >> > Matt
> >> >> >> >
> >> >> >> > --
> >> >> >> > http://raibledesigns.com
> >> >> >>
> >> >> >>
> >> ---------------------------------------------------------------------
> >> >> >> To unsubscribe, e-mail: [hidden email]
> >> >> >> For additional commands, e-mail: [hidden email]
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: [hidden email]
> >> >> For additional commands, e-mail: [hidden email]
> >> >>
> >> >>
> >> >
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [hidden email]
> >> For additional commands, e-mail: [hidden email]
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

franco-3

Re: status of 2.0 RC1

Reply Threaded More More options
Print post
Permalink
Matt,

We all understand.
Just take time off today and enjoy the barbecue  and playtime with your kids . Happy Father's Day from all Appfuse users.

I'm gonna do the same

Best regards
Franco



mraible wrote:
I want to finish 2.0 as bad as you'd like to see it finished. However,
I'm having a hard time balancing paid-for-work, family life and open
source development. When things get tight, open source development is
the thing that usually drops off for me. I'd *love* to release RC1 at
the end of the month and will do my best to make it happen.

Matt

On 6/17/07, tibi <tibi@dds.nl> wrote:
> no features or bugs but there are two things:
> 1) i want to upgrade my m3 and m4 projects. it would be a bit
> frustrating to upgrade to m5 when one day later rc1 or one week later
> final will be there. I rather would upgrade all in one. or at least all
> on the same day.
>
> 2) a new project will start in i think beginning of July and they don't
> allow milestone software.
>
>
> for me it would be best if all the features would move to 2.1 and only
> the bugs would be fixed to get 2.0 final out as soon as possible. but i
> know i'm not the only one out here ;) and i understand there are more
> things to think about.
>
> thats all...
>
> tibi
>
> Matt Raible wrote:
> > Are there any particular features or bugs you're waiting for? I don't
> > have a new schedule yet.
> >
> > Matt
> >
> > On 6/16/07, tibi <tibi@dds.nl> wrote:
> >> i know you are volunteers so i don't mind that RC1 is not ready jet.
> >> although
> >> i would really like it to be out. :-D
> >>
> >> is there a new target?
> >>
> >> tibi
> >>
> >> Matt Raible wrote:
> >> > The target have been missed. I've been busy with job hunting and
> >> > vacationing with my family. Everyone that works on AppFuse is a
> >> > volunteer and doesn't get paid to work on it. This tends to make it
> >> > difficult to plan and get things done when we expect to.
> >> >
> >> > Matt
> >> >
> >> >
> >> > On 6/16/07, tibi <tibi@dds.nl> wrote:
> >> >> just back from holiday i was looking at:
> >> >> http://appfuse.org/display/APF/Event+Calendar
> >> >>
> >> >> did i miss something or are the targets fro RC1 and final missed?
> >> >>
> >> >> tibi
> >> >>
> >> >>
> >> >>
> >> >> Matt Raible wrote:
> >> >> > On 5/29/07, tibi <tibi@dds.nl> wrote:
> >> >> >> great!!
> >> >> >> i hope i have time to upgrade my m4 to m5.
> >> >> >>
> >> >> >> great work and yes i will enjoy,
> >> >> >>
> >> >> >> will m5 be the last before final? (i hope final will be out soon,
> >> >> a new
> >> >> >> project will start and i'm not sure the are willing to use
> >> >> >> milestones...)
> >> >> >
> >> >> > There will be a release candidate (RC1) before final is
> >> produced. We
> >> >> > need this since all the features for 2.0 haven't been finished.
> >> The RC
> >> >> > will be feature-complete, and the 2.0 Final release will include
> >> any
> >> >> > bug fixes found in the RC. I expect final to follow RC w/in a
> >> week or
> >> >> > so. I expect to do the RC sometime next week.
> >> >> >
> >> >> > Matt
> >> >> >
> >> >> >>
> >> >> >> tibi
> >> >> >>
> >> >> >> Matt Raible wrote:
> >> >> >> > The AppFuse Team is pleased to announce the release of AppFuse
> >> >> 2.0 M5!
> >> >> >> >
> >> >> >> > This release marks a milestone in the features of AppFuse
> >> 2.x. This
> >> >> >> > release adds CRUD code generation, full source support (just
> >> >> like 1.x)
> >> >> >> > and XFire integration. In addition, we've fixed all the issues
> >> >> related
> >> >> >> > to switching persistence frameworks, and you should now be
> >> able to
> >> >> >> > easily switch from using Hibernate to to iBATIS or JPA. The
> >> videos
> >> >> >> > <http://appfuse.org/display/APF/Demos+and+Videos> have been
> >> updated
> >> >> >> > for M5. The Easy CRUD with Struts 2 video
> >> >> >> > <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows
> >> >> how code
> >> >> >> > generation currently works.
> >> >> >> >
> >> >> >> > AppFuse 2.0 is available as a Maven archetype. For
> >> information on
> >> >> >> > creating a new project using this release, please see the
> >> >> QuickStart
> >> >> >> > Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or the
> >> >> Hello
> >> >> >> > World video
> >> <http://static.appfuse.org/movies/2.0/helloworld.mov>.
> >> >> >> >
> >> >> >> > If you've used AppFuse 1.x, but not 2.x, you'll want to read the
> >> >> FAQ
> >> >> >> > <http://appfuse.org/display/APF/FAQ> and join the user
> >> mailing list
> >> >> >> > <http://appfuse.org/display/APF/Mailing+Lists> if you have any
> >> >> >> > questions. The Maven Reference Guide
> >> >> >> > <http://appfuse.org/display/APF/Maven+2> has a map of Ant ->
> >> Maven
> >> >> >> > commands. Maven for Newbies
> >> >> >> > <http://appfuse.org/display/APF/Maven+for+Newbies> might also be
> >> >> >> > useful if you've never used Maven before. There is some
> >> support for
> >> >> >> > Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
> >> >> release.
> >> >> >> >
> >> >> >> > For more information, please see the 2.0 M5 Release Notes
> >> >> >> > <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If you'd
> >> >> like
> >> >> >> > to use AppFuse offline (or download everything at once), you may
> >> >> want
> >> >> >> > to
> >> >> >> >
> >> >> >>
> >> >>
> >> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
> >>
> >> >>
> >> >> >>
> >> >> >> > the dependencies and extract them into your ~/.m2/repository
> >> >> >> directory.
> >> >> >> >
> >> >> >> > The 2.0 series of AppFuse has a minumum requirement of the
> >> >> following
> >> >> >> > specification versions:
> >> >> >> >
> >> >> >> >     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
> >> >> >> >     * Java 5 for Development (Java 1.4 for deployment using the
> >> >> >> >       Retrotranslator Plugin
> >> >> >> >
> >> >> >>
> >> >>
> >> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
> >>
> >> >>
> >> >> >>
> >> >> >> >
> >> >> >> > We appreciate the time and effort everyone has put toward
> >> >> contributing
> >> >> >> > code and documentation, posting to the mailing lists, and
> >> logging
> >> >> >> issues.
> >> >> >> >
> >> >> >> > Thanks for using AppFuse - we hope you enjoy this release!
> >> >> >> >
> >> >> >> > Matt
> >> >> >> >
> >> >> >> > --
> >> >> >> > http://raibledesigns.com
> >> >> >>
> >> >> >>
> >> ---------------------------------------------------------------------
> >> >> >> To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
> >> >> >> For additional commands, e-mail: users-help@appfuse.dev.java.net
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
> >> >> For additional commands, e-mail: users-help@appfuse.dev.java.net
> >> >>
> >> >>
> >> >
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
> >> For additional commands, e-mail: users-help@appfuse.dev.java.net
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
> For additional commands, e-mail: users-help@appfuse.dev.java.net
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
For additional commands, e-mail: users-help@appfuse.dev.java.net
tibi

Re: status of 2.0 RC1

Reply Threaded More More options
Print post
Permalink
i agree with franco... happy fathers day ;)

just keep us informed thats all ;)

tibi

Franco wrote:

> Matt,
>
> We all understand.
> Just take time off today and enjoy the barbecue :*) and playtime ^L^with
> your kids . Happy Father's Day from all Appfuse users.
>
> I'm gonna do the same :)
>
> Best regards
> Franco
>
>
>
>
> mraible wrote:
>  
>> I want to finish 2.0 as bad as you'd like to see it finished. However,
>> I'm having a hard time balancing paid-for-work, family life and open
>> source development. When things get tight, open source development is
>> the thing that usually drops off for me. I'd *love* to release RC1 at
>> the end of the month and will do my best to make it happen.
>>
>> Matt
>>
>> On 6/17/07, tibi <[hidden email]> wrote:
>>    
>>> no features or bugs but there are two things:
>>> 1) i want to upgrade my m3 and m4 projects. it would be a bit
>>> frustrating to upgrade to m5 when one day later rc1 or one week later
>>> final will be there. I rather would upgrade all in one. or at least all
>>> on the same day.
>>>
>>> 2) a new project will start in i think beginning of July and they don't
>>> allow milestone software.
>>>
>>>
>>> for me it would be best if all the features would move to 2.1 and only
>>> the bugs would be fixed to get 2.0 final out as soon as possible. but i
>>> know i'm not the only one out here ;) and i understand there are more
>>> things to think about.
>>>
>>> thats all...
>>>
>>> tibi
>>>
>>> Matt Raible wrote:
>>>      
>>>> Are there any particular features or bugs you're waiting for? I don't
>>>> have a new schedule yet.
>>>>
>>>> Matt
>>>>
>>>> On 6/16/07, tibi <[hidden email]> wrote:
>>>>        
>>>>> i know you are volunteers so i don't mind that RC1 is not ready jet.
>>>>> although
>>>>> i would really like it to be out. :-D
>>>>>
>>>>> is there a new target?
>>>>>
>>>>> tibi
>>>>>
>>>>> Matt Raible wrote:
>>>>>          
>>>>>> The target have been missed. I've been busy with job hunting and
>>>>>> vacationing with my family. Everyone that works on AppFuse is a
>>>>>> volunteer and doesn't get paid to work on it. This tends to make it
>>>>>> difficult to plan and get things done when we expect to.
>>>>>>
>>>>>> Matt
>>>>>>
>>>>>>
>>>>>> On 6/16/07, tibi <[hidden email]> wrote:
>>>>>>            
>>>>>>> just back from holiday i was looking at:
>>>>>>> http://appfuse.org/display/APF/Event+Calendar
>>>>>>>
>>>>>>> did i miss something or are the targets fro RC1 and final missed?
>>>>>>>
>>>>>>> tibi
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Matt Raible wrote:
>>>>>>>              
>>>>>>>> On 5/29/07, tibi <[hidden email]> wrote:
>>>>>>>>                
>>>>>>>>> great!!
>>>>>>>>> i hope i have time to upgrade my m4 to m5.
>>>>>>>>>
>>>>>>>>> great work and yes i will enjoy,
>>>>>>>>>
>>>>>>>>> will m5 be the last before final? (i hope final will be out
>>>>>>>>>                  
>>> soon,
>>>      
>>>>>>> a new
>>>>>>>              
>>>>>>>>> project will start and i'm not sure the are willing to use
>>>>>>>>> milestones...)
>>>>>>>>>                  
>>>>>>>> There will be a release candidate (RC1) before final is
>>>>>>>>                
>>>>> produced. We
>>>>>          
>>>>>>>> need this since all the features for 2.0 haven't been finished.
>>>>>>>>                
>>>>> The RC
>>>>>          
>>>>>>>> will be feature-complete, and the 2.0 Final release will include
>>>>>>>>                
>>>>> any
>>>>>          
>>>>>>>> bug fixes found in the RC. I expect final to follow RC w/in a
>>>>>>>>                
>>>>> week or
>>>>>          
>>>>>>>> so. I expect to do the RC sometime next week.
>>>>>>>>
>>>>>>>> Matt
>>>>>>>>
>>>>>>>>                
>>>>>>>>> tibi
>>>>>>>>>
>>>>>>>>> Matt Raible wrote:
>>>>>>>>>                  
>>>>>>>>>> The AppFuse Team is pleased to announce the release of AppFuse
>>>>>>>>>>                    
>>>>>>> 2.0 M5!
>>>>>>>              
>>>>>>>>>> This release marks a milestone in the features of AppFuse
>>>>>>>>>>                    
>>>>> 2.x. This
>>>>>          
>>>>>>>>>> release adds CRUD code generation, full source support (just
>>>>>>>>>>                    
>>>>>>> like 1.x)
>>>>>>>              
>>>>>>>>>> and XFire integration. In addition, we've fixed all the issues
>>>>>>>>>>                    
>>>>>>> related
>>>>>>>              
>>>>>>>>>> to switching persistence frameworks, and you should now be
>>>>>>>>>>                    
>>>>> able to
>>>>>          
>>>>>>>>>> easily switch from using Hibernate to to iBATIS or JPA. The
>>>>>>>>>>                    
>>>>> videos
>>>>>          
>>>>>>>>>> <http://appfuse.org/display/APF/Demos+and+Videos> have been
>>>>>>>>>>                    
>>>>> updated
>>>>>          
>>>>>>>>>> for M5. The Easy CRUD with Struts 2 video
>>>>>>>>>> <http://static.appfuse.org/movies/2.0/struts2-crud.mov> shows
>>>>>>>>>>                    
>>>>>>> how code
>>>>>>>              
>>>>>>>>>> generation currently works.
>>>>>>>>>>
>>>>>>>>>> AppFuse 2.0 is available as a Maven archetype. For
>>>>>>>>>>                    
>>>>> information on
>>>>>          
>>>>>>>>>> creating a new project using this release, please see the
>>>>>>>>>>                    
>>>>>>> QuickStart
>>>>>>>              
>>>>>>>>>> Guide <http://appfuse.org/display/APF/AppFuse+QuickStart> or
>>>>>>>>>>                    
>>> the
>>>      
>>>>>>> Hello
>>>>>>>              
>>>>>>>>>> World video
>>>>>>>>>>                    
>>>>> <http://static.appfuse.org/movies/2.0/helloworld.mov>.
>>>>>          
>>>>>>>>>> If you've used AppFuse 1.x, but not 2.x, you'll want to read
>>>>>>>>>>                    
>>> the
>>>      
>>>>>>> FAQ
>>>>>>>              
>>>>>>>>>> <http://appfuse.org/display/APF/FAQ> and join the user
>>>>>>>>>>                    
>>>>> mailing list
>>>>>          
>>>>>>>>>> <http://appfuse.org/display/APF/Mailing+Lists> if you have any
>>>>>>>>>> questions. The Maven Reference Guide
>>>>>>>>>> <http://appfuse.org/display/APF/Maven+2> has a map of Ant ->
>>>>>>>>>>                    
>>>>> Maven
>>>>>          
>>>>>>>>>> commands. Maven for Newbies
>>>>>>>>>> <http://appfuse.org/display/APF/Maven+for+Newbies> might also
>>>>>>>>>>                    
>>> be
>>>      
>>>>>>>>>> useful if you've never used Maven before. There is some
>>>>>>>>>>                    
>>>>> support for
>>>>>          
>>>>>>>>>> Ant <http://appfuse.org/display/APF/FAQ#FAQ-usingant> in this
>>>>>>>>>>                    
>>>>>>> release.
>>>>>>>              
>>>>>>>>>> For more information, please see the 2.0 M5 Release Notes
>>>>>>>>>> <http://appfuse.org/display/APF/Release+Notes+2.0+M5>. If
>>>>>>>>>>                    
>>> you'd
>>>      
>>>>>>> like
>>>>>>>              
>>>>>>>>>> to use AppFuse offline (or download everything at once), you
>>>>>>>>>>                    
>>> may
>>>      
>>>>>>> want
>>>>>>>              
>>>>>>>>>> to
>>>>>>>>>>
>>>>>>>>>>                    
>>> <https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=7516>grab
>>>      
>>>>>>>>>> the dependencies and extract them into your ~/.m2/repository
>>>>>>>>>>                    
>>>>>>>>> directory.
>>>>>>>>>                  
>>>>>>>>>> The 2.0 series of AppFuse has a minumum requirement of the
>>>>>>>>>>                    
>>>>>>> following
>>>>>>>              
>>>>>>>>>> specification versions:
>>>>>>>>>>
>>>>>>>>>>     * Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
>>>>>>>>>>     * Java 5 for Development (Java 1.4 for deployment using
>>>>>>>>>>                    
>>> the
>>>      
>>>>>>>>>>       Retrotranslator Plugin
>>>>>>>>>>
>>>>>>>>>>                    
>>> <http://mojo.codehaus.org/retrotranslator-maven-plugin/examples/project-translation.html>)
>>>      
>>>>>>>>>> We appreciate the time and effort everyone has put toward
>>>>>>>>>>                    
>>>>>>> contributing
>>>>>>>              
>>>>>>>>>> code and documentation, posting to the mailing lists, and
>>>>>>>>>>                    
>>>>> logging
>>>>>          
>>>>>>>>> issues.
>>>>>>>>>                  
>>>>>>>>>> Thanks for using AppFuse - we hope you enjoy this release!
>>>>>>>>>>
>>>>>>>>>> Matt
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> http://raibledesigns.com
>>>>>>>>>>                    
>>>>>>>>>                  
>>>>> ---------------------------------------------------------------------
>>>>>          
>>>>>>>>> To unsubscribe, e-mail: [hidden email]
>>>>>>>>> For additional commands, e-mail: [hidden email]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                  
>>>>>>>>                
>>>>>>>              
>>> ---------------------------------------------------------------------
>>>      
>>>>>>> To unsubscribe, e-mail: [hidden email]
>>>>>>> For additional commands, e-mail: [hidden email]
>>>>>>>
>>>>>>>
>>>>>>>              
>>>>>>            
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: [hidden email]
>>>>> For additional commands, e-mail: [hidden email]
>>>>>
>>>>>
>>>>>          
>>>>        
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [hidden email]
>>> For additional commands, e-mail: [hidden email]
>>>
>>>
>>>      
>> --
>> http://raibledesigns.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [hidden email]
>> For additional commands, e-mail: [hidden email]
>>
>>
>>
>>    
>
>  

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]