[appfuse-user] Swing integration

2007-09-24 Thread Tuncay A.
Hi, Are there any resource on on how to integrate Swing in Appfuse ? Thx in advance. //tua -- View this message in context: http://www.nabble.com/Swing-integration-tf4508672s2369.html#a12858294 Sent from the AppFuse - User mailing list archive at Nabble.com. --

Re: [appfuse-user] Swing integration

2007-09-24 Thread Youssef Mohammed
AppFuse is an application for "kickstarting" webapp development. On 9/24/07, Tuncay A. <[EMAIL PROTECTED]> wrote: > > > Hi, > > Are there any resource on on how to integrate Swing in Appfuse ? > > Thx in advance. > > //tua > > > -- > View this message in context: > http://www.nabble.com/Swing-int

Re: [appfuse-user] Swing integration

2007-09-24 Thread Tuncay A.
Thx, I know it is about webapp but some could have integrated Swing as desktop GUI framework instead of webapp GUI. Youssef Mohammed wrote: > > AppFuse is an application for "kickstarting" webapp development. > > On 9/24/07, Tuncay A. <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> Are there a

Re: [appfuse-user] Swing integration

2007-09-24 Thread Rob Hills
Hi, On 24 Sep 2007 at 4:43, Tuncay A. wrote: > Are there any resource on on how to integrate Swing in Appfuse ? Have you seen this project on Matt Raible's website? http://raibledesigns.com/wiki/Wiki.jsp?page=RichClient Cheers, Rob Hills Waikiki, Western Australia Mobile +61 (412) 904-357 Fax

[appfuse-user] Dwr query

2007-09-24 Thread jithesh
hi i am new to dwr. i followed some sample dwr implementations but its not working for me. my dwr.xml is

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-24 Thread tibi
yes cobertura is great when it works... but i can't get it working any more. i have version 2.0 when i run it it complains about my files in the hibernate.cfg.xml. i used to comment all my model objects out so cobertura would run. but now my test are not running any more :( is there someone who c

Re: [appfuse-user] Dwr query

2007-09-24 Thread Matt Raible
You need to use a "spring" creator if you want to talk to the existing userDao bean. Also, it's case sensitive. I'd recommend using the example for UserManager since it's better to go through managers than directly to DAOs. Matt On 9/24/0

Re: [appfuse-user] Swing integration

2007-09-24 Thread Matt Raible
For 2.0, we've created an appfuse-core archetype that can hopefully be used as a backend for any application. It supports CRUD generation as well as web services. I hope to add a appfuse-ws archetype in the future that allows publishing those web services (by creating a WAR) from the. http://issu

Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-24 Thread Matt Raible
I tried uncommenting the XML in dwr.xml and using it in appfuse-jsf. UserManager shows up fine and I can execute the getUsers() method. Matt On 9/22/07, J. David Mendoza R. <[EMAIL PROTECTED]> wrote: > Yeap! > > > staticFilter > > org.appfuse.webapp.filter.StaticFilter > >

Re: [appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-24 Thread Matt Raible
On 9/23/07, tnsilver <[EMAIL PROTECTED]> wrote: > > I have done some research and tests of my own. It seems this is a real show > stopper. First of all I have tried to integrate Ant's task into > the pom, right before the call to web-tests.xml. It did not work. I got the > usual 'Could not create

Re: [appfuse-user] Swing integration

2007-09-24 Thread Tuncay A.
Hi folks, thanks a lot, I will go and examine the http://raibledesigns.com/wiki/Wiki.jsp?page=RichClient and http://spring-rich-c.sourceforge.net/gettingStarted.html Tuncay A. wrote: > > Hi, > > Are there any resource on on how to integrate Swing in Appfuse ? > > Thx in advance. > > //t

Re: [appfuse-user] How to write a controller and test for 'find' functionality

2007-09-24 Thread syg6
I'll give this a try tomorrow at work (3-day weekend here in Barcelona ...) But I am curious, why should this be necessary? According to Spring's 'convention over configuration' rules, if I create any type of FormController that uses a Command object (say MyObjectFormController), it should use the

Re: [appfuse-user] Can not edit record via browser (JSF basic archetype)

2007-09-24 Thread Matt Raible
I've entered this as an issue in JIRA: http://issues.appfuse.org/browse/APF-913 Just an FYI... to follow JavaBeans conventions, you shouldn't have an underscore in your method names. Matt On 9/24/07, phamvubinh <[EMAIL PROTECTED]> wrote: > > The identified property is "id_phuong", so the getter

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-24 Thread Matt Raible
You might try adding the following to the section of your pom.xml. org.codehaus.mojo cobertura-maven-plugin clean

Re: [appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-24 Thread tnsilver
I am bypassing 'localhost' for wherever I could find a proxy set up. This is the case with the M2_HOME/conf/settings.xml, MyEclipse, Subversion and my browsers. Yikes!!! I am still getting this in my console: [INFO] [ERROR]

Re: [appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-24 Thread Matt Raible
HTTP 407 means it's still trying to go through a proxy server: http://www.checkupdown.com/status/E407.html Did you try the Ant settings (upgrading to 1.7) described in the bug reference you sent earlier? Matt On 9/24/07, tnsilver <[EMAIL PROTECTED]> wrote: > > I am bypassing 'localhost' for whe

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-24 Thread Matt Raible
I've opened a thread on this on Maven's user list: http://www.nabble.com/Code-Coverage-Plugins-with-Maven-2-tf4510331s177.html Matt On 9/24/07, Matt Raible <[EMAIL PROTECTED]> wrote: > You might try adding the following to the section of your pom.xml. > > > org.code

[appfuse-user] Adding Jasper Reports to AppFuse

2007-09-24 Thread John Kwon
I was thinking that the only thing missing is having a report framework put in place. If I wanted to put that into AppFuse 2.0, would I have to get on the dev team?

Re: [appfuse-user] Adding Jasper Reports to AppFuse

2007-09-24 Thread Matt Raible
On 9/24/07, John Kwon <[EMAIL PROTECTED]> wrote: > I was thinking that the only thing missing is having a report framework put > in place. > > If I wanted to put that into AppFuse 2.0, would I have to get on the dev > team? No, the source is open to everyone. All you'd need to do is checkout AppFu

Re: [appfuse-user] Adding Jasper Reports to AppFuse

2007-09-24 Thread John Kwon
I'm using Spring, and adding it after the fact is easy. I just thought that having it in place in the initial project generation would be nice. On 9/24/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > On 9/24/07, John Kwon <[EMAIL PROTECTED]> wrote: > > I was thinking that the only thing missing is

Re: [appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-24 Thread tnsilver
Yes I have followed that suggestion and reconfigured the maven-antrun-plugin as follows maven-antrun-plugin

Re: [appfuse-user] ELResolver issue

2007-09-24 Thread Matt Raible
I've been talking with the Jetty folks for a few weeks trying to fix it. I posted another message today: http://tinyurl.com/yvylnh Matt On 9/22/07, kace <[EMAIL PROTECTED]> wrote: > > Kewl, it works on Tomcat. I guess it must be a jetty issue then. Jetty-run is > so sweet that I tend not to use

Re: [appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-24 Thread Matt Raible
If these settings don't work for you, but they work for the other guy - then my guess is they're not right. ;-) Matt On 9/24/07, tnsilver <[EMAIL PROTECTED]> wrote: > > Yes I have followed that suggestion and reconfigured the maven-antrun-plugin > as follows > > >

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-24 Thread Matt Raible
Removing the aspectj-maven-plugin from your pom.xml should solve this problem. http://issues.appfuse.org/browse/APF-914 Matt On 9/24/07, Matt Raible <[EMAIL PROTECTED]> wrote: > I've opened a thread on this on Maven's user list: > > http://www.nabble.com/Code-Coverage-Plugins-with-Maven-2-tf4510

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-24 Thread tibi
and about the hibernate problems. this works for me: adding this bit: cobertura cobertura 1.8 to this part in the pom file: org.codehaus.mojo

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-24 Thread Matt Raible
I don't see the error you're seeing as it relates to the hibernate3 plugin so I'm reluctant to add it. If you can reproduce the problem with a brand-new 2.0 project, I might change my mind. ;-) Matt On 9/24/07, tibi <[EMAIL PROTECTED]> wrote: > and about the hibernate problems. this works for me:

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-24 Thread tibi
haha i will try that.. i had the problem since 2.0m3. in the mean time can i post it some where in the wiki tibi Matt Raible wrote: > I don't see the error you're seeing as it relates to the hibernate3 > plugin so I'm reluctant to add it. If you can reproduce the problem > with a brand-new 2.

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-24 Thread Matt Raible
You might make sure you're using the latest version of the hibernate3-maven-plugin. Matt On 9/24/07, tibi <[EMAIL PROTECTED]> wrote: > haha i will try that.. i had the problem since 2.0m3. > in the mean time can i post it some where in the wiki > > tibi > > Matt Raible wrote: > > I don't see

Re: [appfuse-user] Adding Jasper Reports to AppFuse

2007-09-24 Thread Scott Ryan
If you get it working I would be interested in sharing your implementation. I have been working on a framework for Appfuse 2.0 and JSF and JPA so hopefully we can align them. Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044 [

Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-24 Thread J. David Mendoza R.
I'm using it with the struts 2 framework... as a workaround to dojo, I'll give dojo another try, cause I couldn't make it work with dwr... I'm using a 2.0m5 release for now... Thanks... David M.

Re: [appfuse-user] Problems in 2.0 with dwr

2007-09-24 Thread Matt Raible
If I can reproduce the problem, I should be able to fix it. Unfortunately, I can't reproduce your problem. ;) Matt On 9/24/07, J. David Mendoza R. <[EMAIL PROTECTED]> wrote: > I'm using it with the struts 2 framework... as a workaround to dojo, I'll > give dojo another try, cause I couldn't make

Re: [appfuse-user] Can not edit record via browser (JSF basic archetype)

2007-09-24 Thread phamvubinh
mraible wrote: > > I've entered this as an issue in JIRA: > Thanks Matt, I've changed everything based on your suggestion. > > http://issues.appfuse.org/browse/APF-913 > > Just an FYI... to follow JavaBeans conventions, you shouldn't have an > underscore in your method names. > > Matt > >

Re: [appfuse-user] Can not edit record via browser (JSF basic archetype)

2007-09-24 Thread phamvubinh
Thanks Matt, I've change everything based on your suggestion. mraible wrote: > > I've entered this as an issue in JIRA: > Thanks Matt, I've changed everything based on your suggestion. > > http://issues.appfuse.org/browse/APF-913 > > Just an FYI... to follow JavaBeans conventions, you should

Re: [appfuse-user] Dwr query

2007-09-24 Thread jithesh
hi i tried with the given sample but i am getting an exception my dwr.xml is and the exception is [DefaultCreatorManager] Error setting class=org.securedmd.com.servic