[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-31 Thread javalars
This helping us, thank so muche. anonymous wrote : 3) Create the relevant framework components (i.e. a entityquery for atoms and compounds, entityhome for molecule | 4) Create a simple CRUD screen using a mixture of h:inputText, h:commandButton s:selectItems and s:convertEntity To make

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-31 Thread irVega
I manually coded my MoleculeHome (rather than create it by config in components.xml) so it can suck out the Atom object (and the Compound) from the context and get the id from the Atom object for use in the overridden persist. I am not sure if this is a reasonable practice in seam but it seems

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-29 Thread irVega
petemuir That is precisely the sort of nudge we needed. I hope to have some more feedback soon. If we can get something up and running, I'll post it here but you can expect some more naive questions first. I think we have a bit more of a learning curve to climb than we expected but I think

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-28 Thread petemuir
This would be my approach: 1) Use seam-gen to generate an app (not using reveng of tables) 2) Translate your schema into JPA/EJB3 entity beans with appropriate annotations 3) Create the relevant framework components (i.e. a entityquery for atoms and compounds, entityhome for molecule 4)

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-28 Thread javalars
Hej, what are you doing? :-) Thank you!! Some people has played with this many-to-manay for us, is nearly perfact today!! In this new 1.2.1 nearly everythings work! We spend 12 hours in day and no result in seam 1.2.0. Now everything nearly working in 5 minuter with molecules schemas from top

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-27 Thread cja987
This is not a good way to get people to write your program for you. Anyway, seam-gen will generate almost all this for you. If you find seam-gen isn't sufficient for the purpose, consider filing a feature request instead of some challenge (which in my inbox looked a whole lot like spam)

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-27 Thread irVega
Thanks for your input. Did you read the original post carefully - there's no need to answer unless you know, or want to know, a bit about SEAM and have some advice/ideas/questions on the topic and the issues it will raise. View the original post :

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-27 Thread javalars
You think this was the good easy screen for new seam developer and team ? :-)) We look at seam for all this week in Goteborg company. Today seam is working good already in many sample application (booking is very good) with jBoss distribution. seam is good on Eclipse IDEs. Seam gen is working