Help

Last week I recorded a couple of podcasts. The first one, with Nitin from DZone, gives a good overview of where we are going with Web Beans and Seam 3 - we talk about what JCDI is, how it fits into Seam 3, and the migration path.

A couple of days later, I talked to Ken from Chariot Tech Cast; we got into a lot of depth on JCDI and did an extensive tour of it's features - a good companion to the JCDI webinar I'm recording later today!

6 comments:
 
19. May 2009, 18:06 CET | Link
Thanks, Pete. I'm glad you were able to do the podcast. Looking forward to the webinar today.

Ken
ReplyQuote
 
26. May 2009, 05:11 CET | Link
Arbi Sookazian

I listened to the entire podcast on DZone. thx for the updates! sounds promising (especially the performance improvements in Web Beans RI vs. Seam 2.x).

I will be sure to download the next WB RI to check out the Seam ported example apps!

17. Aug 2009, 09:56 CET | Link
Jan Horyna | jan.horyna(AT)akros.ch

Hi Pete,

I'am (still) enthusiastic about Seam. I've read some books and articlec, and tried the delivered examples. It worked fine.

The problems have started as I tried to develop my own app using the following technologies:

- Seam 2.2.0 - JBossAS 5.1 - JBossTools 3.1M2 (based on eclipse-3.5-jee) - H2 database - seam-gen

It looks like all these technologies - at least these versions - are not going to work together properly.

E.g. if I used seam-gen's generate-entities or generate-ui nothing really happend!

Is there any good/recommended place to go for information about versions they work together?

Thx in advance

Jan

17. Aug 2009, 13:53 CET | Link
Jan Horyna wrote on Aug 17, 2009 09:56:
- Seam 2.2.0 - JBossAS 5.1 - JBossTools 3.1M2 (based on eclipse-3.5-jee) - H2 database - seam-gen It looks like all these technologies - at least these versions - are not going to work together properly. E.g. if I used seam-gen's generate-entities or generate-ui nothing really happend! Is there any good/recommended place to go for information about versions they work together?

Apart from H2, these technologies are all well tested together. I guess you have a problem with your reverse engineering config. I suggest going to the forums at http://www.seamframework.org and asking for help.

17. Aug 2009, 14:13 CET | Link
jan Horyna

Thanks for fast reply.

But I'd expect to get some hints in reference manual (http://docs.jboss.org/seam/2.2.0.GA/reference/en-US/html/gettingstarted.html)

What exactly do you mean by 'reverse engineering config'?

Even forward engineering (seam generate-ui) didn't work for me!

Thanks Jan

20. Aug 2009, 02:53 CET | Link
The 'reverse engineering config' is the standard configuration used by seam-gen to generate all the entities, and asociated files.

https://www.hibernate.org/hib_docs/tools/reference/en/html/reverseengineering.html
https://www.hibernate.org/hib_docs/tools/reference/en/html/ant.html

If it's not working for H2, you'll get an empty project.

I think you have to start to learn on a basic stable configuration, and after that, change a component at a time.


Regards,
Anibal

Post Comment