Tapestry at University of Dortmund

2010-01-10 Thread Igor Drobiazko
Tomorrow I'll be speaking about Tapestry at University of Dortmund. See details here [1]. I think some employees of the University of Dortmund are participating in discussions in this list. Maybe you can find some time and drop in on this lecture to share your experience with students. The lectur

Re: T 5.2 & App Engine 1.3 SDK

2010-01-10 Thread Mike Leonardo
Ah, figured out that the javaagent was being added after I switched to using the dev_appserver script. Even so, I now get the "Unable to locate the App Engine agent" message that I should be getting - but it's not finding it in my application. Thoughts? Michael Leonardo - iFactory Software Engin

Re: T 5.2 & App Engine 1.3 SDK

2010-01-10 Thread Mike Leonardo
Hey Alex (or Dmitry), I'm trying to get a T5.2 + 1.3GAE project working too. How did you perform the fix in Dmitry's solution? (http://dmitrygusev.blogspot.com/2009/10/develope-java-applications-with-gae-sdk.html) You mention replacing the agent in the jar file - but I thought Dmitry's fix was

page generic problem

2010-01-10 Thread Jun Tsai
hi,all I had meet some problem about generic type PageA{ public T getEntity(){ } public T setEntity(T entity){ } . } PageB extends PageA{ . } When I access ${entity.name} in tml ,PageB works fine.Then I create PageC PageC extends PageB{ } When I access ${entity.name} in tml of Pag

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Kalle Korhonen
On Sun, Jan 10, 2010 at 11:28 AM, Igor Drobiazko wrote: > Well, I run the archetype and imported the maven project into Eclipse. Then > I started the app with run-jetty-run plugin. > I think run-jetty-run is not able to handle maven dependencies of type > "war". Why actually a war? You could put t

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Piero Sartini
Very nice work, congratulations! Piero - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Alejandro Scandroli
Thank you Igor for your inputs, we will fix that. http://jira.codehaus.org/browse/TYNAMO-20 http://jira.codehaus.org/browse/TYNAMO-21 Alejandro. On Sun, Jan 10, 2010 at 8:28 PM, Igor Drobiazko wrote: > Well, I run the archetype and imported the maven project into Eclipse. Then > I started the a

Re: T5: Yet another relative path question

2010-01-10 Thread paha
Thiago H. de Paula Figueiredo wrote: > > Tapestry is a servlet filter, not a servlet, so it can be used with > servlets without interfering with them. > ok, but it doesn't change the fact that if it is run not under host/... but under host/myapp/... all urls are still translated to absolute

Re: Installing easyfckeditor

2010-01-10 Thread oskar_a
Thx to all, but I solved this problem by creating a new maven-project from tapestry quickstart archetype and addinng the statements in pom.xml. Not really elegant but it works. May be I did some mistakes in maven configuration or something else. -- Regards Oskar -- View this message in context:

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Igor Drobiazko
Well, I run the archetype and imported the maven project into Eclipse. Then I started the app with run-jetty-run plugin. I think run-jetty-run is not able to handle maven dependencies of type "war". Why actually a war? You could put the resources into some of your jars and use the "classpath" pref

Re: [T5.0.18] @InjectedPage does not have access to it's own layout

2010-01-10 Thread lebenski
Hi, Sorry I've been away for a few days hence the lack of reply. Inge, I tried to explain my problem carefully and precisely as Igor indicated that he didn't understand it. Of course my problem doesn't make sense, if it made sense I could solve it and it wouldn't be a problem! Feel free to hit

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Kalle Korhonen
On Sun, Jan 10, 2010 at 5:14 AM, Igor Drobiazko wrote: > Congratulations to the Tynamo Team! Keep on doing a great job. Thanks Igor! > I looks like the archetype is a little bit buggy. The css of the layout > component "context:themes/tapestryskin/theme.css" is missing. Also some > message keys

RE: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Ville Virtanen
Hi, as Thiago said you can access the application state using ApplicationStateManager in services, but beware that this approach doesn't work if there is no request. So, you cannot use the service anymore if the calling code is, let's say some sort of batch job that has actually nothing to do w

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Kalle Korhonen
Oh yes, that is way easier than with Trails/Tapestry4. It could be as simple as adding tynamo-model dependency to your existing project and then copying the default page templates from archetype into your existing project, but as existing projects differ and do all kind of crazy things, it's diffic

Re: T5: Yet another relative path question

2010-01-10 Thread Thiago H. de Paula Figueiredo
Em Sun, 10 Jan 2010 15:48:54 -0200, paha escreveu: Hello, Hi! sorry for my newbie question and poor english, but i was unable to find an answer neither in tutorials nor in this maillist. i want my tapestry filter to process all request going to let's say http://www.someurl.com/myapp/... (

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Vangel V. Ajanovski
On 10.01.2010 16:41, Kalle Korhonen wrote: > components, it's not as simple as moving them to some other location. > Depending on your needs, what works well, if Tynamo is used for an > admin interface, is to run it as a separate application but share the > data model with the end-user facing appli

Re: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Thiago H. de Paula Figueiredo
Em Sun, 10 Jan 2010 15:09:30 -0200, Jim O'Callaghan escreveu: Thanks for the replies. I can see how this would work between pages/components but how would it work say from a service that was used as some sort of entity manager? Would it be a question of passing it as a parameter to each

T5: Yet another relative path question

2010-01-10 Thread paha
Hello, sorry for my newbie question and poor english, but i was unable to find an answer neither in tutorials nor in this maillist. i want my tapestry filter to process all request going to let's say http://www.someurl.com/myapp/... (to let requests going to root be processed by some other serv

Re: Installing easyfckeditor

2010-01-10 Thread Ville Virtanen
Hi, Please include more of the stack trace so I can take a look at it. You should be able to follow this guide: http://t5-easy-fckeditor.kenai.com/Simple.html I've also rolled out new version, 1.0.3 which fixes some problems with application initialization that caused recursive problems. I will

Re: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Ville Virtanen
I would follow this guide: http://tapestry.apache.org/tapestry5/guide/appstate.html and make my own app state object, UserSession, which would contain the needed per user data. (The keys anyway.) There can be services that provide data based on these keys, and those services should also take care

RE: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Jim O'Callaghan
Eric, Juan, Thanks for the replies. I can see how this would work between pages/components but how would it work say from a service that was used as some sort of entity manager? Would it be a question of passing it as a parameter to each method call on the service that requires data from it or i

Re: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Juan E. Maya
I would also use a @SessionState pojo. The approach of the service having a map wouldn't work in a clustered environment. On Sun, Jan 10, 2010 at 11:34 AM, Erick Erickson wrote: > POJOs can be stored as @SessionState variables *if* they're > serializable (as I understand it), would that work? > >

Re: Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Erick Erickson
POJOs can be stored as @SessionState variables *if* they're serializable (as I understand it), would that work? I can't weigh in on the pros and cons of memory usage etc over your injected service idea, but using @SessionState would be simpler code-wise until you had reason to change FWIW Eri

Advice on Tapestry5 best practise for user session data

2010-01-10 Thread Jim O'Callaghan
I'm trying to work out the best approach to passing a pojo around a system that is to be used for caching some user relevant data (keys only, and otherwise minimal amounts of information) on a per-user basis. The data is to be used in a large number of db queries in the system (various persisted c

RE: Installing easyfckeditor

2010-01-10 Thread Jim O'Callaghan
I'm successfully using easyfckeditor with Tapestry 5.1.0.5 using: com.orientimport t5-easy-fckeditor ${fckEditor.version} 1.0.3-SNAPSHOT m2-snapshot-repository.orientimport.kenai.com Orient Import Oy Maven Sna

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Kalle Korhonen
On Sun, Jan 10, 2010 at 3:14 AM, Vangel V. Ajanovski wrote: > Our project is Tapestry 5.1.0.5 based and setup like in > http://wiki.apache.org/tapestry/Tapstry5First_project_with_Tapestry5,_Spring_and_Hibernate > Is there a possibility to add just tapestry-model to the project and > have both our

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Igor Drobiazko
Congratulations to the Tynamo Team! Keep on doing a great job. I looks like the archetype is a little bit buggy. The css of the layout component "context:themes/tapestryskin/theme.css" is missing. Also some message keys like "navigationMenu". On Sun, Jan 10, 2010 at 7:55 AM, Kalle Korhonen wrote:

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-10 Thread Vangel V. Ajanovski
Our project is Tapestry 5.1.0.5 based and setup like in http://wiki.apache.org/tapestry/Tapstry5First_project_with_Tapestry5,_Spring_and_Hibernate Is there a possibility to add just tapestry-model to the project and have both our hand built pages and Tynamo CRUD pages at a custom path? On 10.01.2