Re: [appfuse-user] DaoUtils Problem

2006-12-30 Thread Matt Raible
Can you please enter an issue for this in JIRA ( http://issues.appfuse.org/browse/APF)? Even better, attach a patch. ;-) Thanks, Matt On 12/30/06, André Faria <[EMAIL PROTECTED]> wrote: I resolved this way public class DaoUtils { protected static final Log log = LogFactory.getLog(DaoU

Re: [appfuse-user] Subscription Based Website

2006-12-30 Thread Matt Raible
It's possible to write such a system with AppFuse, but you'd have to write custom code to do it. For payment and billing, you might look into using PayPal and its APIs. Those seem to work pretty well and you can make things transparent to the user. I'm sure Google Checkout has some similar APIs

[appfuse-user] Subscription Based Website

2006-12-30 Thread ccdoss
Hello, I am planning a website that will allow users to access software written in JSP/Java. I'd like to have a variety of user types, with each able to access different levels of software based on their subscription. Is there capability in AppFuse, its modules, or some other add-on that could han

Re: [appfuse-user] DaoUtils Problem

2006-12-30 Thread André Faria
I resolved this way public class DaoUtils {     protected static final Log log = LogFactory.getLog(DaoUtils.class);     private static final String GET_INITIALS = "get";     @SuppressWarnings("unchecked")     public static Object getPersistentId(Object o) throws PersistenceException {       

Re: [appfuse-user] About filter mapping

2006-12-30 Thread Yesh
Thankx for ur help. Matt Raible-3 wrote: > > You should be able to do something like the following in your > decorators.xml file: > > > > /forge/* > > > /* > > > > Matt > > On 12/28/06, Yesh <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> We have ported an a