Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-02-06 Thread Kalle Korhonen
ions to stay up-to-date. >> >> Enjoy, >> Tynamo team >> >> - >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.or

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-31 Thread Thiago H. de Paula Figueiredo
On Sun, 31 Jan 2010 00:40:13 -0200, Kalle Korhonen wrote: Application scope? Why not just use a static property? Better yet: a field in a singleton service. By the way, servlet's application scope is an inherently badly idea, specially when you think about threading. -- Thiago H. de Pa

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-31 Thread sodium
odehaus.org or subscribe to u...@tynamo.codehaus.org at >>> http://xircles.codehaus.org/my/email/subscriptions to stay up-to-date. >>> >>> Enjoy, >>> Tynamo team >>> >>> -

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-30 Thread Kalle Korhonen
ehaus.org or subscribe to u...@tynamo.codehaus.org at >> http://xircles.codehaus.org/my/email/subscriptions to stay up-to-date. >> >> Enjoy, >> Tynamo team >> >> - >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional comma

Re: [ANNOUNCEMENT] Introducing Tynamo!

2010-01-30 Thread sodium
scr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- View this message in context: http://old.nabble.com/-ANNOUNCEMENT--Introducing-Tynamo%21-tp27096020p27388743.html Sent from the Tapestry - User mailing list archive at Nabble.co

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: [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: [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: [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: [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: [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

[ANNOUNCEMENT] Introducing Tynamo!

2010-01-09 Thread Kalle Korhonen
We are pleased to officially introduce Tynamo project and announce our first releases and immediate availability of tapestry-model, tapestry-hibernate-seedentity, tapestry-conversations and tynamo-archetype modules. Tynamo is a continuation of Trails framework and is based on Tapestry 5. Tynamo fe