Re: [appfuse-user] Some questions on architecture

2009-03-03 Thread oscar perez
Hi, I think the decoupling dao/service layer is because in the data access layer you access your data without worrying about your business logic. I always think of data layer as small bricks and the service layer being composed with these small bricks. Also, in the service layer there are annotatio

[appfuse-user] Question on Architecture

2009-03-03 Thread Kiran Karnati
Hello, Does AppFuse has got any integration with IceFaces ? Or not yet ? Since we are planning to Spring in our next project, I would like to use AppFuse but wondering if it really helps or makes it complicated if the AppFuse and IceFaces integration is never done before. I appreciate any sugges

Re: [appfuse-user] Question on Architecture

2009-03-03 Thread Matt Raible
You might try this: http://code.google.com/p/icefusion/ Matt On Tue, Mar 3, 2009 at 7:47 AM, Kiran Karnati wrote: > Hello, > > Does AppFuse has got any integration with IceFaces ? Or not yet ? > > Since we are planning to Spring in our next project, I would like to use > AppFuse but wondering i

Re: [appfuse-user] Some questions on architecture

2009-03-03 Thread Matt Raible
Oscar is correct. There's nothing prevent you from using DAOs directly in your Actions, but I generally use them to aggregate calls to DAOs. Also, transactions are set to happen at the Manager level rather than DAOs. There's lots of similar questions on the mailing list - you might want to do some

Re: [appfuse-user] Preopopulating a production database

2009-03-03 Thread rfisk
I must be missing something. Who installs maven on their production servers? Why would you have to do that? you ask... The problem is that any secure production hosting environment doesn't allow admin DB access from build or developer machines (that would be insane). So to populate a new producti

Re: [appfuse-user] Some questions on architecture

2009-03-03 Thread Ger-Jan te Dorsthorst
Oscar, Matt: thanks for your clarifications. Transactions was also something that came to my mind when I was thinking about what could go in a service layer. I'll have a look for more info in the list archives. Ger-Jan Matt Raible wrote: Oscar is correct. There's nothing prevent you from usin

Re: [appfuse-user] Preopopulating a production database

2009-03-03 Thread Matt Raible
On Tue, Mar 3, 2009 at 1:07 PM, rfisk wrote: > > I must be missing something. > > Who installs maven on their production servers? Why would you have to do > that? you ask... The problem is that any secure production hosting > environment doesn't allow admin DB access from build or developer machin