Re: t5: T5 friendly e commerce software?

2011-05-12 Thread Ben Gidley
ware-tp2432523p4387910.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tape

Re: ioko cache component

2011-03-31 Thread Ben Gidley
Hi, Your problem is with dependencies... Both Tapestry 5 and ioko-commons use SLF4J which can use a range of logging systems. However some of the libraries ioko-commons depend on use apache-commons. You need to include the following dependency and will route apache commons logging over slf4j log

Re: Problems using ioko-cache control

2011-03-31 Thread Ben Gidley
t; Have there been any changes in Tapestry 5.2.4 that break it? > > Thanks! > > Tobias > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Re: SeeSaw interesting news

2011-01-30 Thread Ben Gidley
> I just ran into this at The Register : > http://www.reghardware.com/2011/01/28/seesaw_boxee/ > > Knowing that SeeSaw does use T5, I thought it'd be interesting to share. > Does T5 have anything to do w/ the new service w/ Boxee ? > > Cheers, > > Alex K &g

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-09 Thread Ben Gidley
Do you mean you are planning on using https://docs.google.com/viewer This is googles embedable PDF viewer. It should be relatively simple to write a tapestry control that uses it. <https://docs.google.com/viewer> Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Sat, Apr 10, 2010 at 3

Re: Tapestry and SeeSaw talk

2010-04-01 Thread Ben Gidley
Ok mk27 - try now. I think next time I want to host some video I will DIY it Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Thu, Apr 1, 2010 at 9:02 AM, Mark Allan wrote: > Me too. I even created a Vimeo account as the original error message > wasn't very helpful, leading

Re: Tapestry and SeeSaw talk

2010-03-31 Thread Ben Gidley
Ok - try http://www.vimeo.com/10588204 - this time it is hosted on my vimeo accout and set to be public. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Wed, Mar 31, 2010 at 8:41 PM, Christian Edward Gruber < christianedwardgru...@gmail.com> wrote: > Likewise. I'd

Re: [Tapestry Central] In The Brain Of Howard Lewis Ship

2010-03-31 Thread Ben Gidley
They seem to have screwed up the permissions some how - they fixed it and then unfixed. I have a copy - so will chuck it up somewhere tomorrow (as I am bit short of bandwidth to upload it right now). Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Wed, Mar 31, 2010 at 8:08 PM, Ivano Luberti

Re: custom Expires: header?

2010-03-29 Thread Ben Gidley
If you look at tapestry.ioko.com there is an open source library there that does this - it is called Cache Control. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Mar 29, 2010 at 10:45 AM, Ilya Obshadko wrote: > How do I add custom logic for the Expires: header in my mod

Re: Tapestry and SeeSaw talk

2010-03-26 Thread Ben Gidley
Hi, Skillsmatter have changed the permissions - so it may work better now or try http://vimeo.com/10399058 Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Thu, Mar 25, 2010 at 9:05 PM, Felix Gonschorek < felix.gonscho...@gmail.com> wrote: > hi ben, > > i am very interested i

Re: Tapestry in Action on SeeSaw

2010-03-17 Thread Ben Gidley
I believe they will be recording it - so you should be able to catch a screen/pod cast. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Wed, Mar 17, 2010 at 3:18 PM, Howard Lewis Ship wrote: > Will it be recorded? I'd really like to see this, but I can't jump > over

[OT] Tapestry 5 Contractor wanted asap in London

2010-03-17 Thread Ben Gidley
Apologies for spamming this list - but we are looking for a contractor with Tapestry 5 for immediate start in London (we need on site). If anyone is interested please email me! Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Re: Tapestry Scaling

2010-03-02 Thread Ben Gidley
interactive content. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Tue, Mar 2, 2010 at 8:56 PM, Kalle Korhonen wrote: > On Tue, Mar 2, 2010 at 12:13 AM, Ben Gidley wrote: > > The site has seen a lot of visitors over its launch period (I am not > allowed > > to release actua

Re: Tapestry Scaling

2010-03-02 Thread Ben Gidley
DN so we do. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Tue, Mar 2, 2010 at 9:10 AM, ARD Marx Tobias wrote: > Hi Ben! > > Are you going to use a CDN to deliver the website in the future? > > Thanks! > > Tobias > > -Ursprüngliche Nachricht- > Von: B

Tapestry Scaling

2010-03-02 Thread Ben Gidley
e are also very pleased with how our migration to Tapestry has worked out - we have a lot of nice (reusable) components that gives our editorial team a good degree of control over the site. We are hoping the user base will now start to grow - as we are starting TV adv Ben Gidley www.gidl

Tapestry Scaling

2010-03-02 Thread Ben Gidley
advertising. Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Re: users Digest 24 Feb 2010 11:26:55 -0000 Issue 4018

2010-02-25 Thread Ben Gidley
s) which would let us run things. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Thu, Feb 25, 2010 at 2:24 AM, Wilson Ikeda wrote: > How many on the list would think that breaking with apache and trying a > radical change (be more like a company, like SpringSource) is something > that

Re: Intellij reloading page and components templates not working

2010-02-24 Thread Ben Gidley
We solve this a different way by just starting jetty with a main class. See http://wiki.apache.org/tapestry/Tapestry5RunViaMain for an example. This has the advantage of working the same in any IDE. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Feb 22, 2010 at 12:39 AM, Raul Raja

Re: Intellij reloading page and components templates not working

2010-02-21 Thread Ben Gidley
It works for me - you do need to compile or make for changes to be picked up. If you aren't on 9 you will need to add .tml files to list of resource files the compiler copies. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Sun, Feb 21, 2010 at 4:01 AM, Raul Raja Martinez wrote:

Re: New Tapestry Website - http://www.seesaw.com/

2010-01-29 Thread Ben Gidley
quite a lot and tapestry makes it really easy - Development behaviour - it is easy to develop - fewer application restarts I am going to go into more detail on the skillsmatter talk (shameless plug) - and will post the slides online afterwards.. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On

Re: New Tapestry Website - http://www.seesaw.com/

2010-01-29 Thread Ben Gidley
It is delibrate :) We don't support IE6. The beta login page is missing messaging telling you this nicely, the main site does have it. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Fri, Jan 29, 2010 at 11:33 AM, Lance Java wrote: > Hi... just to give you a heads up... the cs

New Tapestry Website - http://www.seesaw.com/

2010-01-29 Thread Ben Gidley
case study I will be producing some blog articles on key bits and doing a talk at Skillsmatter in London on the 23rd March - http://skillsmatter.com/event/java-jee/tapestry-5-in-action/zx-486 sharing our experiences with Tapestry. Thanks Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Re: Flash Served from Tapestry Context Not Playing

2009-11-23 Thread Ben Gidley
I have also seen this locally so I don't believe it is proxy - I just add flash to non-gzippable types. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Sun, Nov 22, 2009 at 12:16 PM, Howard Lewis Ship wrote: > On Fri, Nov 20, 2009 at 3:18 PM, Taylor Mathewson > wrote:

Re: Testify + TestNG: more than one object marked as @ForComponents

2009-11-13 Thread Ben Gidley
Augusto, I just fixed this by making the 'TapestryTester' not static. THis removes the issue. However this does seem to defeat some of the point of testify as we now have a lot slower tests are we will be initialising the tester for each test. Ben Gidley www.gidley.co.uk b...@gidley.

Re: [T5] Get Response data

2009-10-20 Thread Ben Gidley
Do you mean the links to those files aren't in the response or the files themselves aren't in? The links should be in, but the files are handles as seperate HTTP requests so don't come via the rendering part of tapestry. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Tue, Oc

Re: [T5] Get Response data

2009-10-19 Thread Ben Gidley
render lifecycle and captures the output. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Oct 19, 2009 at 11:53 AM, iapilgrim wrote: > > No matter what cache strategy is, I want to get entirely response data. > How to get entirely response data is my question ? > Any

Re: Tapestry behaving strangely in production environment

2009-10-19 Thread Ben Gidley
It sounds unlikely to have anything to do with Tapestry (or your code) and more to do with the hardware it is running on. Few applications can survive losing their database connection! Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Oct 19, 2009 at 8:11 AM, Vidya Sivadas wrote: > &

Re: Accessing the T5 IoC Registry

2009-10-07 Thread Ben Gidley
re it doesn't get called until tapestry-ioc has initialised via the servlet filter otherwise the attribute won't be there yet. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Wed, Oct 7, 2009 at 9:37 AM, Alfie Kirkpatrick < alfie.kirkpatr...@ioko.com> wrote: > You can inject Obje

Re: [Announce] ioko-tapestry-commons-1.4.0

2009-09-17 Thread Ben Gidley
Hi, Is the error your getting complaining about 2 ehcaches? We have this in one of our apps and it all works fine - so I am puzzled you are getting this error. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Thu, Sep 17, 2009 at 2:15 PM, Olle Hallin wrote: > Hi! > > I just made a

Re: Supporting multiple devices, eg. browser + mobile + TV

2009-09-03 Thread Ben Gidley
feasible. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Thu, Sep 3, 2009 at 10:02 AM, Robin K. wrote: > > myapp/components // the ordinatry > myapp/wap/components / the wap overwrites > > We also already test this solution. It can be done for pages with not so > much pain.

[Off-topic] Permanent Java Developers sought

2009-08-17 Thread Ben Gidley
e Job Specification and tell you who to contact to apply. Ben Gidley www.gidley.co.uk b...@gidley.co.uk

[Announce] ioko-tapestry-commons-1.4.0

2009-08-04 Thread Ben Gidley
Hi, ioko-tapestry-commons 1.4.0 has been released. This is a bug fix release to address issues in including the libraries. Full details and downloads are available at http://tapestry.formos.com/projects/ioko-tapestry-commons/ Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Re: somebody using ioko-tapestry-commons?

2009-07-31 Thread Ben Gidley
commons-logging commons-logging to your dependency on cache control that should fix it for now. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Fri, Jul 31, 2009 at 12:17 PM, Ben Gidley wrote: > Aargh this is my mistake - all our poms hav

Re: somebody using ioko-tapestry-commons?

2009-07-31 Thread Ben Gidley
Aargh this is my mistake - all our poms have a dependency on jcl-over-slf4j. If you add the following in your pom that should fix it. Regarding the module file - I will fix that - we tend to include using @Submodule so probably wouldn't have noticed... org.slf4j jcl-over-slf4j 1.5.8

Re: search hints for Tapestry 5

2009-07-24 Thread Ben Gidley
yes it is - I just spent a few minutes going through all the settings to see if that can be turned on - but it looks like it can't. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Fri, Jul 24, 2009 at 8:33 AM, Sergey Didenko wrote: > It's a pity it does not let me to refine s

Re: search hints for Tapestry 5

2009-07-23 Thread Ben Gidley
I use this http://www.google.com/coop/cse?cx=016399560855919712413%3Awdbpuwqto88 - it is a google coop search engine that searches the things listed in this thread (and a few more) It uses mark mail rather than nabble (as it is easier to limit google to right mailing lists on markmail. Ben

[Announce] ioko-tapestry-commons 1.3

2009-07-14 Thread Ben Gidley
/ Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Re: Tapestry not suitable for this environment?

2009-06-29 Thread Ben Gidley
le of writing content in http://tapestry.apache.org/tapestry5.1/guide/component-classes.html. You basically just use the writer class to output everything. For performance (as remote fetching will be slow) you would probably want to cache the fetched snippet in memory. Ben Gidley www.gidley.co

Re: Tapestry not suitable for this environment?

2009-06-29 Thread Ben Gidley
You can do this with tapestry using a 'layout' component see - http://tapestry.apache.org/tapestry5.1/guide/layout.html for a guide. You simply put your customers HTML in that component. Tapestry will write additional things into the header (e.g. your CSS and javascript) as required.

POST request for tapestry ajax requests

2009-06-29 Thread Ben Gidley
t may not be fully back compatible. - Extend tapestry.js and links so they can set the method to GET/POST for an AJAX request Has anyone got any ideas of an easier way of doing this? Thanks Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Re: Feedback on application status page

2009-06-25 Thread Ben Gidley
I think this is useful - maybe you should include it as a component so we can add it an appropriately private area of our sites. It is in general a bad idea to leave such pages on in production - but they are handy for development or as protected diagnostic pages. Ben Gidley www.gidley.co.uk b

Re: IE8 Compatibility Quick Fix

2009-06-24 Thread Ben Gidley
head. (This is how @IncludeStyleSheet works). Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Thu, Oct 30, 2008 at 9:47 PM, samlai wrote: > > I'm guessing it's not currently doable with Tapestry 5. I bet this > particular request will grow in popularity when IE8 is officia

Re: [Announce] New tapestry libraries - ioko-tapestry-commons

2009-06-22 Thread Ben Gidley
For now they will be GPL V3 - you are right that does limit them to 'internal' (e.g. where no distribution) or open source projects. We can't change this right now - but it is something we will consider over time. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Jun 22,

[Announce] New tapestry libraries - ioko-tapestry-commons

2009-06-22 Thread Ben Gidley
gs and page specific annotations These are components that ioko have developed as part of one of our R&D projects and have/intend to use on our client projects. Ben Gidley ---www.ioko.comwww.gidley.co.uk

ioc issues overriding MarkupWriterFactory service in 5.1

2009-06-05 Thread Ben Gidley
service as well and get a similar error. Ben Gidley www.gidley.co.uk b...@gidley.co.uk

5.1.0.0 xsd

2009-06-05 Thread Ben Gidley
Hi, Is the tapestry 5.1.0.0.xsd published online? The samples reference http://tapestry.apache.org/schema/tapestry_5_1_0.xsd but the URL doesn't work (I know it does have to but it would be handy if it did as a lot of tools try and download the schema from the namespace url). Ben G

Load test results

2009-05-14 Thread Ben Gidley
early 25% better on linux. I can't explain it - but the numbers speak for themselves. The full details of the load tests and a longer write up is at http://blog.gidley.co.uk/2009/05/tapestry-load-testing-round-up.html Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Re: Benchmarking Tapestry

2009-05-13 Thread Ben Gidley
Neil, Your behavior could be GC related. If you connect JConsle have any of the memory pools filled up? If that is the case you may be seeing the GC using a disproportionate amount of CPU. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Tue, May 12, 2009 at 7:47 PM, Neil Curzon wrote

Re: Benchmarking Tapestry

2009-05-12 Thread Ben Gidley
tml) recommendations as these can make a huge difference to perceived render time. Now tapestry has auto-assembled javascripts that should make a substantial increase in percieved render time. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Tue, May 12, 2009 at 8:53 AM, Peter Stavrinides < p.st

Re: Solving the T5 Documentation Dilemma

2009-05-12 Thread Ben Gidley
pache wiki home page with a note saying look at tapestry 360? Also I think the permissions are a bit broken as anonymous users can't see the 'Import from the Apache Wiki' space. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Fri, May 8, 2009 at 9:50 AM, Sergey Didenko wrote: &g

Re: Benchmarking Tapestry

2009-05-11 Thread Ben Gidley
ouldn't pick your framework on performance. It needs to perform 'enough' and not stink (e.g. have substantial bottlenecks) - tests which I think tapestry passes easily - but you really should focus on usability and ease of coding. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On M

Re: Using "futures" to parallelize rendering of components

2009-05-04 Thread Ben Gidley
It is perfectly possible to implement a HTML caching component - we have one for our site. I am working on getting permission to open-source it. It is a really simple bit of code and seems to work robustly without too many gotchas. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Sun, May 3

Re: Solving the T5 Documentation Dilemma

2009-05-01 Thread Ben Gidley
I must also say I prefer mailing lists - it is easier to follow it. If you want a forum why not use the nabble or markmail interfaces to the mailing lists? e.g. http://tapestry.markmail.org/ or http://www.nabble.com/Tapestry---User-f340.html Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Fri

T5 Performance

2009-04-25 Thread Ben Gidley
or things I can monitor. I have access to a large 'cloud' so can set up complex and large scale load tests relatively easily. I will happily publish any results. I am quite keen to do a fair set of comparisons so any criticisms on my method are welcome too! Ben Gidley www.gidl

Re: Woodstox dependency needed?

2009-04-17 Thread Ben Gidley
I don't think using Stax will help. It is not woodstox that breaks app engine but the stax api itself. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Fri, Apr 17, 2009 at 11:07 AM, Christian Köberl < tapestry.christian.koeb...@gmail.com> wrote: > > While analyzing the

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Ben Gidley
I asked on their group and they said raise a bug - so it is raised at http://code.google.com/p/googleappengine/issues/detail?id=1283 So we can wait and see. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Apr 13, 2009 at 6:15 PM, Christian Edward Gruber < christianedwardgru...@gmail.

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Ben Gidley
e template parser when in google app engine - Hope that google will let us use these classes! Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Apr 13, 2009 at 4:57 PM, Jun Tsai wrote: > The main exception: > > java.lang.RuntimeException: Exception constructing service > &

Re: Java support added to Google AppEngine

2009-04-12 Thread Ben Gidley
- but I am not holding my breath. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Sun, Apr 12, 2009 at 9:49 AM, Christian Köberl < tapestry.christian.koeb...@gmail.com> wrote: > > I have Tapestry 5.0.18 working: http://tapestry-mail.appspot.com/ > > Tapestry 5.1.0.2 does

Re: Java support added to Google AppEngine

2009-04-12 Thread Ben Gidley
otes (including how to get maven and appengine to play nice) on what I did so far at - http://blog.gidley.co.uk/2009/04/tapestry-on-google-app-engine.html - http://blog.gidley.co.uk/2009/04/tapestry-on-google-app-engine-part-2.html Ben Gidley www.gidley.co.uk b...@gidley.co.uk On W

Re: Issues with ServiceOverride and Contributions

2009-03-27 Thread Ben Gidley
l service. This is a bit of a flaw in overriding services in tapestry-ioc - as without the originals configuration it can be nearly impossible to wrap the service. For now I have cheated by modifying the tapestry one and doing a custom build. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Fri

Issues with ServiceOverride and Contributions

2009-03-25 Thread Ben Gidley
method advice to grab the constructor variable - however I couldn't get this to work. Has anyone got any suggestions? Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Overriding Templates

2009-03-20 Thread Ben Gidley
to replace listeners to the event hubs - Always use services - Try and make services friendly for extension (BTW I know this is all our fault for messing around with the internals of tapestry) Ben Gidley www.gidley.co.uk b...@gidley.co.uk

Re: Odd Javassist error

2009-02-05 Thread Ben Gidley
l see if I can get the attention of the > > Javassist folks. > > > > There's a Javassist 3.9 (see > > http://repository.jboss.com/maven2/javassist/javassist/3.9.0.GA/) out > > there; perhaps that will address the problem? > > > > On Wed, Feb 4, 2009

Odd Javassist error

2009-02-04 Thread Ben Gidley
Hi, We have a site that works fine in Tapestry 5 using Java 5 'javac' to compile however when we switch to java 6 javac the site breaks with Javassist exceptions. The short version of the exception is (detailed version at the end of this email) org.apache.tapestry5.internal.services.Transformation

Re: T5: Clicking on actionLonk with a zone parameter before page loads

2008-12-06 Thread Ben Gidley
Russell, I you look at YUI's event model I belive it handles this better. YUI Event - http://developer.yahoo.com/yui/event/ will allow you define events before DOM Ready and queues them until after. This should be a good way to solve this problem. Ben On Fri, Dec 5, 2008 at 4:42 PM, Russell Bro

Re: JSON return from an event

2008-10-28 Thread Ben Gidley
of Ajax updates, you need to write your > own JavaScript code to observe the click event, send the Ajax request > and interpret the response. > > On Sat, Oct 25, 2008 at 9:41 AM, Ben Gidley <[EMAIL PROTECTED]> wrote: > > Hi, > > I read the page on AJAX on the website a

JSON return from an event

2008-10-25 Thread Ben Gidley
Hi, I read the page on AJAX on the website and it implies I can return a JSONObject directly from an event (if it is called via ajax). However when I implemented this - I got an error saying it didn't know what to do with a JSON object. It does work if you encode the JSON response via a TextStream

Re: T5: 5.0.14 Bizarre ClassNotFoundException

2008-09-26 Thread Ben Gidley
Russell, Are you using a main class to start your app? If so you need the line // Remove slf4j from list of classes not exposed to webapp webapp.setServerClasses(new String[] {"-org.mortbay.jetty.plus.jaas.", "org.mortbay.jetty."}); In your class - see http://wiki.apache.org/t

Re: T5: upgrade to T5.0.13 from T5.0.11 ClassNotFoundException for slf4j.Logger

2008-07-02 Thread Ben Gidley
Russell, I think this is a Jetty issue. Try running the application via mvn jetty:run - if this works then the problem is Jetty is hiding SLF4J from the beanEditForm class loader. What is happening is Jetty hides 'server' classes from the web application unless they are also in WEB-INF/lib. When

Re: t5 - Classloader issues with System classpath

2008-05-30 Thread Ben Gidley
no-probs I will move it shortly. On Thu, May 29, 2008 at 4:24 AM, Richard Clark <[EMAIL PROTECTED]> wrote: > Hi Ben, > > Would you consider moving that to its own page and linking from the > "Tapestry 5 How Tos" page? Since this works with all IDEs, it probably > deserves its own page. > > ...Ric

t5 - Classloader issues with System classpath

2008-05-25 Thread Ben Gidley
Hi, I tend to run my applications by creating a run main class in my IDE (intellij) and let that start a Jetty instance. This has the nice benefit of getting all the classes on the classpath without any hassles and allowing easy debugging. This works fine for Tapestry 5 until I start referring to l

T5 page without a class (only a template)

2007-10-27 Thread Ben Gidley
Hi, Is it possible to create a T5 page that doesn't have a class - only a template. For example I have a simple case of a page that simply uses other components, so the java class for it is basically empty. However if I don't create the class T5 doesn't seem to find the page. Is there a way roun

Re: Injecting hivemind properties into spring beans

2006-12-14 Thread Ben Gidley
This is quite easy to do you create Spring factory bean that provides the service To make this work I cheated an chucked the registry onto a Singleton. I suspect other strategies are possible. e.g. public class HivemindFactoryBean implements FactoryBean { private String serviceId; privat