[jboss-user] [JBoss Tools (users)] - Seam Generate Entities with PostgreSQL

2008-02-22 Thread magoicochea
Hello I am having the following problem, I have a postgreSQL database and I want to use the generate seam entities option, but the problem is that jboss tools uses the default public schema and my database is in another schema. Also I have set up the property hibernate.default_schema = but tha

[jboss-user] [JBoss Seam] - Re: Is it possible to have two datamodels on the same class?

2007-10-25 Thread magoicochea
Thank you very much! That was just what I needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098924#4098924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098924 ___ jboss

[jboss-user] [JBoss Seam] - Re: Is it possible to have two datamodels on the same class?

2007-10-25 Thread magoicochea
But if I have two datamodel selections, how does Seam knows which @DataModelSelection belongs to which @DataModel? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098911#4098911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Is it possible to have two datamodels on the same class?

2007-10-25 Thread magoicochea
I have a page where I have to display two different tables. One has to have the Main Customers and the Other the affiliates of the customers. Both are saved under the customer table on the database and are linked by a field called "main_customer_id", if it is the same than "customer_id" it is a

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-28 Thread magoicochea
That's great I'll check it later at home. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089797#4089797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089797 ___ jboss

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-28 Thread magoicochea
I someone would tell me which of the examples is the one that is layered I would appreciate it a lot, I downloaded a couple of them, but they were made like the ones on the tutorial. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089713#4089713 Reply to the

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-25 Thread magoicochea
What does SLBS stands for? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088560#4088560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088560 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-25 Thread magoicochea
I know what you mean Grandfatha, usually when working with hibernate the session was opened on the business facade layer, but I don't know how to replicate this on seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088438#4088438 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-24 Thread magoicochea
First of all sorry to BUMP this topic again, is just that I had been busy the last month and I forgot to check it. I tried to look on the wiki, but I did not find the example fernando_jmt mentioned. I don't think that I need a DAO (after all I have read that they don't seem to be useful on Seam

[jboss-user] [JBoss Seam] - Layering the code in Seam

2007-08-24 Thread magoicochea
Hello First of all after reading some documentation about seam I have to say that I am impressed by the framework, it seems to solve a lot of problems that I had when trying to develop web applications regardless whether it was .NET or J2EE. However, after seeing the examples I didn't like that

[jboss-user] [JBoss Seam] - Re: Some doubts about Seam

2007-07-31 Thread magoicochea
Thanks for your answers, I have another questions: 1.- When I developed applications with JSF I used a JSF/Spring/Hibernate architecure using Managed Beans/Services/DAOs, the managed beans had the presentation logic, the Services had the business logic and the DAOs had the data access logic, it

[jboss-user] [JBoss Seam] - Some doubts about Seam

2007-07-31 Thread magoicochea
Hello everyone, I have just come across JBoss Seam some days ago when I heard about it in an announcement regarding Red Hat Developer Studio and it caught my attention. I sill have some doubts about it: 1.- How is persistence managed? Does it use EJB 3.0 persistence (I don't know much about EJ