If all you need is a few extra attributes on the User class then all you
need to do is modify the core model classes:
http://www.appfuse.org/display/APF/AppFuse+Core+Classes. Normally the
controllers should still work without any modifications.

If you have to change the behaviour of the User controller, you will
probably want to write your own or extend the one supplied in AppFuse. I
would recommend you avoid changing the AppFuse controllers unless you
absolutely have to - it will make it a lot easier to upgrade later on.

Mike.


On 3/30/07, Bajju <[EMAIL PROTECTED]> wrote:


I installed modular appfuse (BTW: mvn does not work with IBM JRE 1.5 on
winxp)
I did mvn war:inplace to get the src for the webapp (since I want to
modify
the jsp's).
I am looking for the src for the controllers, such as UserController et.
al., and though I "see" these in web-inf/classes, but the corresponding
source is not to be found.

I "think" i need to muck around with the src, since my user object, is a
bit
different, and need to store more attributes et. al. , and thus need to
modify the userController class at a minimum.

Am I missing a point here? What and How do I need to do, what I need to
do,
to get it all set up correctly.

Rgds,
Deepak BAJAJ

--
View this message in context:
http://www.nabble.com/src-for-webapp-java-classes--tf3492582s2369.html#a9754343
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to