|
Hi guys,
We pushed JBoss Tools 3.2.0 out earlier this week. http://community.jboss.org/en/tools/blog/2011/02/21/jboss-tools-32-is-finally-here This includes a lot of CDI functionality (http://community.jboss.org/community/tools/blog/2011/01/31/overview-of-context-dependency-injection-tools) and better Maven project and example support (http://community.jboss.org/community/tools/blog/2011/02/21/getting-started-with-jboss-tools-jboss-maven-integration-and-weld). It would be great if the runtime teams could try the tooling out and give feedback to us (either in jboss tools forum (http://community.jboss.org/en/tools?view=discussions) or our jira(https://jira.jboss.org/jira/browse/JBIDE) if you find bugs. We know it won't work for all cases in Seam 3 because it uses Solder which uses custom extensions to provide injection points but we will be working on this going forward in our development branch. But even without that support I believe Seam 3 and its examples should be able to load and run from JBoss Tools out of the box - but that requires we get your guys input and support in trying it out and letting us know if there is something that is not working. I hope you can take your time to try it out (I know Dan already used it to find issues in archetypes and TCK ;) and let us know if there are things we can improve/fix short and long term. Thank you, Max _______________________________________________ weld-dev mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/weld-dev |
|
Hi Max!
Congrats on the release! We'll take a look at it while testing Seam 3.0.0.CR1. Ondra On Thu, 24 Feb 2011 10:45:45 +0100, Max Rydahl Andersen <[hidden email]> wrote: > Hi guys, > > We pushed JBoss Tools 3.2.0 out earlier this week. > > http://community.jboss.org/en/tools/blog/2011/02/21/jboss-tools-32-is-finally-here > > This includes a lot of CDI functionality (http://community.jboss.org/community/tools/blog/2011/01/31/overview-of-context-dependency-injection-tools) > and better Maven project and example support (http://community.jboss.org/community/tools/blog/2011/02/21/getting-started-with-jboss-tools-jboss-maven-integration-and-weld). > > It would be great if the runtime teams could try the tooling out and give feedback to us (either in jboss tools forum (http://community.jboss.org/en/tools?view=discussions) or our jira(https://jira.jboss.org/jira/browse/JBIDE) > if you find bugs. > > We know it won't work for all cases in Seam 3 because it uses Solder which uses custom extensions to provide injection points but we > will be working on this going forward in our development branch. > > But even without that support I believe Seam 3 and its examples should be able to load and run from JBoss Tools out of the box - but that > requires we get your guys input and support in trying it out and letting us know if there is something that is not working. > > I hope you can take your time to try it out (I know Dan already used it to find issues in archetypes and TCK ;) and let us know if > there are things we can improve/fix short and long term. > > Thank you, > Max > > > _______________________________________________ > seam-dev mailing list > [hidden email] > https://lists.jboss.org/mailman/listinfo/seam-dev weld-dev mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/weld-dev |
|
> Congrats on the release! We'll take a look at it while testing Seam 3.0.0.CR1.
> btw. remember the existing Seam wizards/UI does not apply for Seam 3; only for Seam 2. And things like seam-gen etc. does not exist for Seam 3 so those parts are not applicable for Seam 3. For Seam 3 its "just" the CDI functionallity and the general Hibernate querying and AS deployment that is worth looking at. /max > Ondra > > On Thu, 24 Feb 2011 10:45:45 +0100, Max Rydahl Andersen <[hidden email]> wrote: > >> Hi guys, >> >> We pushed JBoss Tools 3.2.0 out earlier this week. >> >> http://community.jboss.org/en/tools/blog/2011/02/21/jboss-tools-32-is-finally-here >> >> This includes a lot of CDI functionality (http://community.jboss.org/community/tools/blog/2011/01/31/overview-of-context-dependency-injection-tools) >> and better Maven project and example support (http://community.jboss.org/community/tools/blog/2011/02/21/getting-started-with-jboss-tools-jboss-maven-integration-and-weld). >> >> It would be great if the runtime teams could try the tooling out and give feedback to us (either in jboss tools forum (http://community.jboss.org/en/tools?view=discussions) or our jira(https://jira.jboss.org/jira/browse/JBIDE) >> if you find bugs. >> >> We know it won't work for all cases in Seam 3 because it uses Solder which uses custom extensions to provide injection points but we >> will be working on this going forward in our development branch. >> >> But even without that support I believe Seam 3 and its examples should be able to load and run from JBoss Tools out of the box - but that >> requires we get your guys input and support in trying it out and letting us know if there is something that is not working. >> >> I hope you can take your time to try it out (I know Dan already used it to find issues in archetypes and TCK ;) and let us know if >> there are things we can improve/fix short and long term. >> >> Thank you, >> Max >> >> >> _______________________________________________ >> seam-dev mailing list >> [hidden email] >> https://lists.jboss.org/mailman/listinfo/seam-dev > _______________________________________________ > weld-dev mailing list > [hidden email] > https://lists.jboss.org/mailman/listinfo/weld-dev _______________________________________________ weld-dev mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/weld-dev |
|
"just" the cdi functionality is a humble statement. The tooling makes cdi sexy. It really made my cdi tutorial at jfokus work because it proves the value in having type-safe and deterministic injection points. Woot! I'll also mention that I love the MarketPlace integration. That's why I install JBossTools now. :) (Now if updating were a little less intrusive, but that's a seperate discussion I'll pursue). - Dan Allen Sent from my Android-powered phone: On Feb 24, 2011 8:04 AM, "Max Rydahl Andersen" <[hidden email]> wrote:
>> Congrats on the release! We'll take a look at it while testing Seam 3.0.0.CR1. >> > btw. remember the existing Seam wizards/UI does not apply for Seam 3; only for Seam 2. > > And things like seam-gen etc. does not exist for Seam 3 so those parts are not applicable for Seam 3. > > For Seam 3 its "just" the CDI functionallity and the general Hibernate querying and AS deployment that is worth looking at. > > /max > >> Ondra >> >> On Thu, 24 Feb 2011 10:45:45 +0100, Max Rydahl Andersen <[hidden email]> wrote: >> >>> Hi guys, >>> >>> We pushed JBoss Tools 3.2.0 out earlier this week. >>> >>> http://community.jboss.org/en/tools/blog/2011/02/21/jboss-tools-32-is-finally-here >>> >>> This includes a lot of CDI functionality (http://community.jboss.org/community/tools/blog/2011/01/31/overview-of-context-dependency-injection-tools) >>> and better Maven project and example support (http://community.jboss.org/community/tools/blog/2011/02/21/getting-started-with-jboss-tools-jboss-maven-integration-and-weld). >>> >>> It would be great if the runtime teams could try the tooling out and give feedback to us (either in jboss tools forum (http://community.jboss.org/en/tools?view=discussions) or our jira(https://jira.jboss.org/jira/browse/JBIDE) >>> if you find bugs. >>> >>> We know it won't work for all cases in Seam 3 because it uses Solder which uses custom extensions to provide injection points but we >>> will be working on this going forward in our development branch. >>> >>> But even without that support I believe Seam 3 and its examples should be able to load and run from JBoss Tools out of the box - but that >>> requires we get your guys input and support in trying it out and letting us know if there is something that is not working. >>> >>> I hope you can take your time to try it out (I know Dan already used it to find issues in archetypes and TCK ;) and let us know if >>> there are things we can improve/fix short and long term. >>> >>> Thank you, >>> Max >>> >>> >>> _______________________________________________ >>> seam-dev mailing list >>> [hidden email] >>> https://lists.jboss.org/mailman/listinfo/seam-dev >> _______________________________________________ >> weld-dev mailing list >> [hidden email] >> https://lists.jboss.org/mailman/listinfo/weld-dev > > > _______________________________________________ > seam-dev mailing list > [hidden email] > https://lists.jboss.org/mailman/listinfo/seam-dev _______________________________________________ weld-dev mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/weld-dev |
| Powered by Nabble | Edit this page |
