LS,

I would like to clarify some of the things one can encounter when looking at
the appfuse code, which are not clear to a new user like me:

1) DB connectivity. One can see the DB connection properties defined in
pom.xml. These are obviously used when building or testing with maven. But
there are also jdbc references present in jdbc.properties and
ApplicationContext-resources.xml both in the main and test directories. When
are these used?

2) Enigmatic files. 
What are the following files used for:
- appfuse.tld
- urlrewrite.xml
The following files seem empty. Are they needed:
- resin-web.xml
- context.xml

3) Web service. Why is the UserManager also implemented as a web service? Is
it to demonstrate how a web service is to be implemented in appfuse? How is
security configured for it? Can anybody who connects to the webservice get
the list of users from my system?

4) Generic Manager / Universal Manager confusion (at least I am confused
that is :). Why are they both present? Which one is preferred to be used and
when?

5) Code generation. The manager bean for a generated class gets defined in
context.xml, while the present beans are defined in
ApplicationContext-service.xml. Why is it so?

Furthermore; present classes like the UserManager extend the
UniversalManager, while generated classes make use of the genericManager.
Why?

A clarification is much appreciated!
MPK
-- 
View this message in context: 
http://www.nabble.com/Some-appfuse-clarification-requested-tp25414317s2369p25414317.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to