RE: Google Web Toolkit Version 1.7.0

2009-08-25 Thread Robert, Brice
y are due to some code they borrowed relating to loading localized property files. On Tue, Aug 25, 2009 at 12:33 AM, Robert, Brice wrote: > Hi, > > Using Eclipse, I downloaded the latest Google App Engine SDK 1.2.2 along > with the GWT 1.7.0. > By creating a GWT template project and r

Google Web Toolkit Version 1.7.0

2009-08-24 Thread Robert, Brice
Hi, Using Eclipse, I downloaded the latest Google App Engine SDK 1.2.2 along with the GWT 1.7.0. By creating a GWT template project and running it, there's a server poping up in a new window. The Info button gives the below Credits. Tapestry is clearly stated, I thought I would be able to use all

RE: dialog component

2009-03-21 Thread Robert, Brice
Use the ChenilleKit Window Component http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tape stry/core/components/Window.html but you have to upgrade prototype since the one shipped with 5.0.18 has a bug. https://issues.apache.org/jira/browse/TAP5-416 -Original Message-

RE: [T5-OSGi] Javassist

2009-02-23 Thread Robert, Brice
xtend Tapestry, or to place your own service definitions. */ public class AppModule { public static void bind(ServiceBinder binder) { javassist.runtime.Desc.useContextClassLoader = true; } -Original Message- From: Robert, Brice Sent: Friday, February 20, 2009 3:01

RE: [T5-OSGi] Javassist

2009-02-21 Thread Robert, Brice
3.9.0.ga. It looks like your Tapestry bundle cannot resolve import of javassist packages. Without any look at your Manifest it is almost impossible to give you any advice. On Fri, Feb 20, 2009 at 6:33 PM, Robert, Brice < brice.rob...@alliancebernstein.com> wrote: > Hi, > > I was

RE: [T5-OSGi] Javassist

2009-02-20 Thread Robert, Brice
T5 needs Javassist 3.0.9ga, so please use this version. Furthermore I encourage you to generate you Manifest with Felix BND Maven Plugin. http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html On Fri, Feb 20, 2009 at 8:15 PM, Robert, Brice < brice.rob...@alliancebernstein.com&

RE: [T5-OSGi] Javassist

2009-02-20 Thread Robert, Brice
looks like your Tapestry bundle cannot resolve import of javassist packages. Without any look at your Manifest it is almost impossible to give you any advice. On Fri, Feb 20, 2009 at 6:33 PM, Robert, Brice < brice.rob...@alliancebernstein.com> wrote: > Hi, > > I was able to run T5 und

[T5-OSGi] Javassist

2009-02-20 Thread Robert, Brice
Hi, I was able to run T5 under SpringSource DM Server but I am running into problems. I just wanted to know if someone has gone further than where I am. The stack trace is below [2009-02-20 12:13:22.578] server-tomcat-thread-25 apestry5.services.TapestryModule.RequestExceptionHandler.unknown E P

RE: [T5] Something like GlazedLists for T5?

2009-01-27 Thread Robert, Brice
January 27, 2009 2:44 PM To: Tapestry users Subject: Re: [T5] Something like GlazedLists for T5? Em Tue, 27 Jan 2009 15:34:57 -0300, Robert, Brice escreveu: > but I am mostly at the beginning and I must be sure if fits my need > since SmartGwt uses lazy rendering compare to T5 grid

RE: [T5] Something like GlazedLists for T5?

2009-01-27 Thread Robert, Brice
I was able to use SmartClient with T5 through GWT and plan to use its grid feature intensively. http://www.smartclient.com/smartgwt/showcase/#grid_sortfilter_live_filte r http://www.pmdit.se/blog/2008/04/08/tapestry_5_and_gwt_part_2.html but I am mostly at the beginning and I must be sure if f

RE: [DISCUSS] Should the quickstart archetype include tapestry-hibernate?

2009-01-23 Thread Robert, Brice
-- No -- Hibernate dependency But sample class using an annotation to access a service DAO that uses Mock Objects (Using Spring or Juice) would be great. I use: - T5 for HTML/CSS/JavaScript, - SmartGwt (SmartClient / GWT) for AJAX - Spring for DI (Using Annotations) - DAO Access through JPA, JM

Mixin (Introduction Problem)

2006-11-27 Thread Robert, Brice
Somebody, http://www.springframework.org/docs/api/org/springframework/aop/support/ DelegatingIntroductionInterceptor.html I would like to use a Mixin to know when an object from a List has been modified so I don't have to save the entire list. I use Spring Introduction AOP advisor to ad