Help

I had the opportunity to present Seam and Arquillian to an enthusiastic audience in São Paulo on Saturday - I also saw a really nice presentation from Mauricio Salatino and Alexandre Porcelli explaining very clearly why you should use Drools - hopefully they will post a screencast If you were at the event, and wanted a copy of the slides (or if you are just interested), here they are:

I also just received news that the Red Hat have published a whitepaper on Seam - it's been written by Jacob Orshalick, who co-authored the Seam Framework book and is a seam contributor. Good work Jacob!

10 comments:
 
11. May 2010, 06:13 CET | Link
Arbi Sookazian

1) slide 19 is the best visual representation of Seam 3 as implementing portable extensions of CDI/Weld I've seen to date. Good job on that and the entire presentation, pretty good info there.

2) The Seam 2.x whitepaper is a good/concise overview of Seam 2.x but it's sort of - late? Seam 3 is out this year...

Any preliminary performance stats available on Seam 3 core? JBoss AS 6 M3 startup time with Seam 3? Some load testing results on a decent-sized app would be cool as well...

ReplyQuote
 
11. May 2010, 08:08 CET | Link
Arbi Sookazian wrote on May 11, 2010 00:13:
1) slide 19 is the best visual representation of Seam 3 as implementing portable extensions of CDI/Weld I've seen to date. Good job on that and the entire presentation, pretty good info there.

I hope I am improving this presentation, like all of them, it's a learning curve as to what works. Next step is to try to make more of a story out of it, rework the CDI stuff, dump the code on slides and switch to the ide

2) The Seam 2.x whitepaper is a good/concise overview of Seam 2.x but it's sort of - late? Seam 3 is out this year...

Right now, this is the product we have released. We can get it updated once Seam 3 is out I am sure :-)

Any preliminary performance stats available on Seam 3 core? JBoss AS 6 M3 startup time with Seam 3? Some load testing results on a decent-sized app would be cool as well...

We are working on getting a testing framework for CDI apps available - thanks for reminding me to chase this up!

 
11. May 2010, 08:32 CET | Link

Hi Pete!

I was on the presentation and I liked it very much, you did a very good job.

On the Real World Java EE testing, the Family Feud quiz that you made in the presentation appears all answers are closed. Could you post the file with the the answers, please?. I'll use that to show in my work how the testing is important.

One question about Arquillian, can I use it with Seam 2 and JBoss 5.1? I'm reading http://docs.jboss.org/arquillian/reference/latest/en-US/html_single/ (I'm very beginning and I'm liking it).

Thanks, Luan

 
11. May 2010, 21:06 CET | Link

You can find the revealed answers in my earlier version of the presentation: http://www.slideshare.net/mojavelinux/real-javaeetestingwithanswers

 
11. May 2010, 21:29 CET | Link

Arquillian can be used with JBoss AS 5.1, but there are no special support for Seam2 in it. E.g. no @In/@Out support in the TestCase it self. See ArquillianContainerInjectionSupportMatrix for which container supports what type.

Your welcome to join in on the fun and help us develop some Seam2 support if you like.. :) Step by #jbosstesting on irc.freenode.net

 
12. May 2010, 02:13 CET | Link
Jan Groth
... enthusiastic audience in São Paulo...

this leaves a lot of space for imagination :-)

cheers from cold Europe, Jan

 
12. May 2010, 08:17 CET | Link

Thanks guys! I'll read the documentation and then I'll try to help the project :D.

Thanks for everything!

Regards Luan

 
13. May 2010, 08:18 CET | Link

Hi Pete, Here I'm sharing the presentation that I've being doing during this last month and also the demo that I show using the Wii Mote with Drools Fusion. http://salaboy.wordpress.com/2010/05/13/one-month-drools-trip/ Greetings!

 
19. Jul 2010, 01:35 CET | Link

Hey Pete,

I'm happy to see Seam 3 progressing and have been reading eagerly about ShrinkWrap and Arquillian. I noticed in your Arquillian slides that you mention an (unannounced) JBoss project called Placebo that provides mocks for JavaEE constructs. What is the progress on this. Can we expect to hear any announcement on this soon?

Thanks again, John

 
19. Jul 2010, 14:34 CET | Link
John wrote on Jul 18, 2010 19:35:
I'm happy to see Seam 3 progressing and have been reading eagerly about ShrinkWrap and Arquillian. I noticed in your Arquillian slides that you mention an (unannounced) JBoss project called Placebo that provides mocks for JavaEE constructs. What is the progress on this. Can we expect to hear any announcement on this soon?

At the moment, this project is on the backburner whilst we conentrate on Arquillian, and Seam 3. Maybe if there is some more interest, someone will pick it up :-)

Post Comment