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.
--
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
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
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
hi
i am new to dwr. i followed some sample dwr implementations but its not
working for me.
my dwr.xml is
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
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
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
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
>
>
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
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
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
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
You might try adding the following to the section of your pom.xml.
org.codehaus.mojo
cobertura-maven-plugin
clean
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]
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
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
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?
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
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
Yes I have followed that suggestion and reconfigured the maven-antrun-plugin
as follows
maven-antrun-plugin
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
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
>
>
>
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
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
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:
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.
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
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
[
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.
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
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
>
>
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
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
34 matches
Mail list logo