Thanks Matt, 

The full-source archtetype was exactly what I want. Thanks I got my answer.


mraible wrote:
> 
> You should be able to modify it the same way you modified core
> classes.  Exclude the AppFuse dependency (or rather, don't include it)
> and then use "svn export" to put the source into your project.  One
> problem you may have is that you'll need to grab all the dependencies
> from the pom.xml's from data/hibernate/pom.xml and service/pom.xml.
> 
> What you're looking for is a full-source archetype, which we plan on
> adding, but not before 2.0 is released.
> 
> Another thing you could do is to checkout AppFuse from SVN, make the
> changes in the core and then install it in your local repository. If
> you change the groupId from org.appfuse to com.yourcompany, you
> shouldn't have to worry about any conflicts with future updates.
> 
> Matt
> 
> On 4/16/07, Struts2 Fan <[EMAIL PROTECTED]> wrote:
>>
>> Hi all,
>>
>> I created a new project, and put a table which has a one2many
>> relationship
>> between org.appfuse.model.User class. User has a list of this new class.
>> I got the source from svn (using tutorial "Appfuse Core Classes").
>>
>> I need to modify the UserManager and UserDao to write new methods. I also
>> want to use this new created UserManager in an action class. So what
>> would I
>> add to the applicationContext.xml or how to remove the previous
>> definition
>> of this UserManager (org.appfuce.service.UserManager) without breaking
>> anything that appfuse supplies?
>> Thanks in advance.
>> --
>> View this message in context:
>> http://www.nabble.com/What-is-the-best-way-to-modify-UserManager-tf3582788s2369.html#a10011386
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> http://raibledesigns.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/What-is-the-best-way-to-modify-UserManager-tf3582788s2369.html#a10022459
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