You could probably do this with exclusions on your appfuse dependencies. However, since you're removing most of the guts, why don't you just use AppFuse Light (Equinox)? Or start with a Struts 2 archetype (or whatever web framework you're using). If you're ripping out all the features, it's probably easier to start with something else and copy the stuff from AppFuse into it.
Matt On 3/13/07, Stine, Matt <[EMAIL PROTECTED]> wrote:
I know this may sound like a strange request, but how would one completely remove any dependency on the database from AppFuse 2.x? Some of the applications we build w/ AppFuse make use of an established SOA for their backend, so there is no need for any persistence (including the user management features) in the web app. In 1.9.x I would simply remove the session factory, all DAO's and managers, and the model classes. I would only leave one DAO/Manager with an iBATIS implementation should I need some quick and dirty SQL. How can I do something similar in 2.x? Thanks. _____________________________________ Matt Stine Senior Software Engineer Hartwell Center for Bioinformatics and Biotechnology St. Jude Children's Research Hospital 332 N. Lauderdale St. Memphis, TN 38105 Voice: 901.495.4602 Fax: 901.495.5108 Pgr: 901.495.3578 #1314 [EMAIL PROTECTED] http://www.hartwellcenter.org
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
