Re: [appfuse-user] Solutions: AppFuse automatic build with eclipse + model generator

2008-09-16 Thread Vincenzo Caselli
I use appfuse:gen regularly and it is great. But Matt, where are located the appfuse:gen scripts/sources ? Vincenzo Caselli On Tue, Sep 16, 2008 at 10:43 PM, Matt Raible <[EMAIL PROTECTED]>wrote: > On Tue, Sep 16, 2008 at 1:15 PM, agathon <[EMAIL PROTECTED]> wrote: > &

Re: [appfuse-user] Opinion

2008-09-08 Thread Vincenzo Caselli
Philip,let us know if you switch the issue to another forum. Just to share points of view. Thanks Vincenzo Caselli On Mon, Sep 8, 2008 at 9:02 PM, Philip Barlow <[EMAIL PROTECTED]> wrote: > Thank You Vincenzo for your input. I would agree that XML serialization is > not the fastes

Re: [appfuse-user] Opinion

2008-09-08 Thread Vincenzo Caselli
Manager method into a web service. This leads to a complete decoupling between the business/dao/model layer and the presentation/client side (opening to Flex of .NET GUIs for example), though there could be some performace loss due to the XML serialization and deserialization Regards Vincenzo

Re: [appfuse-user] Appfuse and GWT

2008-08-27 Thread Vincenzo Caselli
first step? Vincenzo Caselli On Wed, Aug 27, 2008 at 3:12 PM, Michael Duergner < [EMAIL PROTECTED]> wrote: > I already tried both they seem to work pretty good although I think there > is some work to do for a full integration when looking at the model layer. > > > On Wed,

Re: [appfuse-user] Appfuse and GWT

2008-08-25 Thread Vincenzo Caselli
ith some stuff too. As I'd really like to have a GWT > presentation layer combined with the power of Appfuse and Spring. But I > don't have to time for the whol design stuff of this integration. ;-) > > > On Mon, Aug 25, 2008 at 10:07 AM, Vincenzo Caselli <[EMAIL PROTECTED

Re: Re: [appfuse-user] download appfuse?

2008-08-25 Thread Vincenzo Caselli
ment is running Eclipse 3.4 in windows vista, and mysql5 > in linux. > > The tutorial said I will have to run the example wtih mysql installed. How > to execute the tutorial with a remove mysql installed? > > > Thanks > > Sam > > > - Original Me

Re: [appfuse-user] download appfuse?

2008-08-25 Thread Vincenzo Caselli
Vincenzo Caselli On Mon, Aug 25, 2008 at 10:14 AM, sam wun <[EMAIL PROTECTED]> wrote: > Hi there, > > > This is an odd/sure question.. > > where is the download link for appfuse? > > There is no download link in the appfuse.org website. > > > Thanks > > Sam >

Re: [appfuse-user] Appfuse and GWT

2008-08-25 Thread Vincenzo Caselli
I am repeating myself, but I can help with pleasure. I just need some hint about where to put hands. Your supervision may be great, think about it, you could provide GWT along with others. Vincenzo Caselli On Mon, Aug 25, 2008 at 2:11 AM, Matt Raible <[EMAIL PROTECTED]> wrote: >

Re: [appfuse-user] Remove struts2

2008-08-13 Thread Vincenzo Caselli
Just to know, what presentation framework are you going to use instead of Struts2 ? Vincenzo On Wed, Aug 13, 2008 at 4:14 PM, Jonathan Dray <[EMAIL PROTECTED]>wrote: > Hi all, > > I started a project using the archetype *"Struts 2 Basic". > *It happens that I don't need struts anymore so I'd li

Re: [appfuse-user] Hibernate session in Struct + Spring + Hibernate project

2008-08-12 Thread Vincenzo Caselli
I'm not sure since I adopted iBATIS, but have you tried with the following: getHibernateTemplate().getSessionFactory().getCurrentSession() ? (should do, at least in DAOs) Vincenzo On Tue, Aug 12, 2008 at 3:58 PM, krishgy <[EMAIL PROTECTED]> wrote: > > I want to execute native sql statement in

Re: [appfuse-user] How to disable table creation every time

2008-08-12 Thread Vincenzo Caselli
Change in pom.xml, from value CLEAN_INSERT to NONE Vincenzo Caselli On Tue, Aug 12, 2008 at 5:07 PM, krishgy <[EMAIL PROTECTED]> wrote: > > Hi All, > > I have AppFuse (Basic Struts, Hibernate and Spring) projects. Every time I > package, run the test or run the mv

Re: [appfuse-user] Appfuse (Basic Struts + Spring + Hibernate)

2008-08-11 Thread Vincenzo Caselli
er combination, but how can you do that if you fear the ones you don't know. Regards Vincenzo Caselli gmail: vincenzo.caselli On Mon, Aug 11, 2008 at 4:31 PM, krishgy <[EMAIL PROTECTED]> wrote: > > Hi All, > > We are doing our first web application :-) in our company.

Re: [appfuse-user] the set up and learning cure is crazy high

2008-08-09 Thread Vincenzo Caselli
and play uniquely with the User Interface side. After that you can try using Appfuse Light with Wicket as presentation layer. I still regret not having done it at the beginning of my Appfuse project. Bye Vincenzo Caselli On Fri, Aug 8, 2008 at 9:04 PM, sadsadsadsa <[EMAIL PROTECTED]>

Re: [appfuse-user] Appfuse and GWT

2008-08-08 Thread Vincenzo Caselli
Matt Raible <[EMAIL PROTECTED]> > wrote: > > The GZipFilter is for gzipping. ;-) > > > > http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html > > > > Matt > > > > On Fri, Aug 8, 2008 at 8:46 AM, Vincenzo Caselli <[EMAIL PROTECTED]> >

Re: [appfuse-user] Appfuse and GWT

2008-08-08 Thread Vincenzo Caselli
Found it! It's gzipFilter. What is it intended for? Now I'm gonna remove just this filter and test the whole app. Thank you Matt Vincenzo Caselli On Fri, Aug 8, 2008 at 4:33 PM, Vincenzo Caselli <[EMAIL PROTECTED]> wrote: > Hey Matt, > thank you, I just removed all th

Re: [appfuse-user] Appfuse and GWT

2008-08-08 Thread Vincenzo Caselli
Hey Matt, thank you, I just removed all the filters and at least the gwt call is working again! Now I will try to make a dicotomic search in order to find the one that is causing the problem (hope is just one). Bye Vincenzo Caselli On Fri, Aug 8, 2008 at 4:05 PM, Matt Raible <[EMAIL PROTEC

[appfuse-user] Appfuse and GWT

2008-08-08 Thread Vincenzo Caselli
st be something like this. Any ideas? Vincenzo Caselli

Re: [appfuse-user] the set up and learning cure is crazy high

2008-08-08 Thread Vincenzo Caselli
If I had to choose today I probably would go for Appfuse Light with Wicket as presentation layer. Matt: if you include GWT among the presentation choices I will never put off Appfuse ;) Vincenzo Caselli On Mon, Aug 4, 2008 at 2:11 AM, sadsadsadsa <[EMAIL PROTECTED]> wrote: >

Re: [appfuse-user] How to add popup calendar in Appfuse (JSF framework)

2008-07-21 Thread Vincenzo Caselli
I have the same problem, so I am with you in asking help. Thanks Vincenzo Caselli On Mon, Jul 21, 2008 at 7:29 PM, pedro_burglin <[EMAIL PROTECTED]> wrote: > > All, > > I am trying to use t:inputCalendar with AppFuse JSF but there is a weird > behavior of this compon

Re: [appfuse-user] call to JSF action from default.jsp

2008-07-08 Thread Vincenzo Caselli
header the necessary javascript for the popup. If someone has a solution please tell me. Vincenzo Caselli gtalk: [EMAIL PROTECTED] On Tue, Jul 8, 2008 at 5:21 AM, pedro_burglin <[EMAIL PROTECTED]> wrote: > > Quick update: I tried the JSFPageParser and configuration steps to

Re: [appfuse-user] Generating JSF crud Artifacts

2008-07-06 Thread Vincenzo Caselli
d. In this cases you must do some, not so simple, adjustments to the generated code. Vincenzo Caselli On Sun, Jul 6, 2008 at 2:00 AM, abbey477 <[EMAIL PROTECTED]> wrote: > > Hello, > > Having gone through the AppFuse QuickStart guide, I need more information on > to generate J

Re: [appfuse-user] How can I invoke a JSF action from a menu item?

2008-05-17 Thread Vincenzo Caselli
wrote: >> >> Is it possible to invoke a JSF action from a menu item? >> I mean: how can I modify a line like this: >> >> in order to invoke a method of the underlying MyObjectForm.java class? >> >> Thanks >> >> Vincenzo Caselli &g

Re: [appfuse-user] onblur not working

2008-05-12 Thread Vincenzo Caselli
olor='#ffd'}; //elements[i].onblur=function() {this.style.backgroundColor='#E3';} //elements[i].onmouseout=function() {this.style.backgroundColor='';} Vincenzo Caselli - To un

Re: [appfuse-user] onblur not working

2008-05-12 Thread Vincenzo Caselli
Aakhunaten, I had a similar problem. Try commenting out the lines in global.js that are handling events. The events onmouseover, onmouseout, onblur and onfocus are already handled there. Vincenzo Caselli - To unsubscribe, e

Re: [appfuse-user] Thin Navigation bar on some browser

2008-05-05 Thread Vincenzo Caselli
by CSS. Workaround: don't use IE. ;-) > > Matt > > > > On Mon, May 5, 2008 at 3:40 PM, Vincenzo Caselli <[EMAIL PROTECTED]> wrote: > > I am using version 2.0.1. How can I upgrade to 2.0.2? > > But above all, what are you suspecting is the cause? > > >

Re: [appfuse-user] Thin Navigation bar on some browser

2008-05-05 Thread Vincenzo Caselli
ct the problem is caused by CSS. Workaround: don't use IE. ;-) > > Matt > > > > On Mon, May 5, 2008 at 3:40 PM, Vincenzo Caselli <[EMAIL PROTECTED]> wrote: > > I am using version 2.0.1. How can I upgrade to 2.0.2? > > But above all, what are you suspectin

Re: [appfuse-user] Thin Navigation bar on some browser

2008-05-05 Thread Vincenzo Caselli
hile it should be this way > > http://www.nabble.com/file/p17071455/navBarNormal.jpg > > do you have a solution? > > > > Vincenzo Caselli > > -- > > View this message in context: > http://www.nabble.com/Thin-Navigation-bar-on-some

Re: [appfuse-user] onChange event ?

2008-04-23 Thread Vincenzo Caselli
No, there are no errors on JavaScript console. I checked the demo link, but there, global.js does not set the onchange event. Vincenzo Caselli On Wed, Apr 23, 2008 at 5:03 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > Do you get any errors in your JavaScript console? > > FWIW,