Re: How to edit tml files with DreamWeaver?

2011-02-15 Thread Kalle Korhonen
"Better way" is relative, but the designers I've worked with have been very happy to be able to modify templates of a running application. Without knowing many of the details, they execute "mvn jetty:run", modify the templates and commit the files. You need to have Java installed in their environme

Re: How to edit tml files with DreamWeaver?

2011-02-15 Thread Lenny Primak
That worked! Thanks a lot. Do you or anybody else has hints on Dreamweaver hints / workflows for Tapestry? I am using design-time CSS application now, but maybe there is a better way? On Feb 15, 2011, at 10:33 PM, Adam Ayres wrote: > I know how to do this in Eclipse - I imagine Dreamweaver has

RE: How to edit tml files with DreamWeaver?

2011-02-15 Thread Adam Ayres
I know how to do this in Eclipse - I imagine Dreamweaver has a similar ability. A quick search yielded this: http://kb2.adobe.com/cps/164/tn_16410.html In Eclipse there are two ways: Add a File Association for .tml to one of the editors in Eclipse: Preferences>General>Editors>File Association

How to edit tml files with DreamWeaver?

2011-02-15 Thread Lenny Primak
So I am jumping head first into tapestry. I got the sample application up and running, but all html code is in the .tml template files, which DreamWeaver will not open. I tried to rename all the files into .html, but that breaks the app. I have graphic designer who I want to constantly tweak/edit

Re: Quick results of my month-long 'battle of the web frameworks' research

2011-02-15 Thread Lenny Primak
Nope. Never heard of Vaadin On Feb 15, 2011, at 9:50 PM, Yohan Yudanara wrote: > Hi, > > My reply is OOT :). > But, I'm just curious, were you evaluating Vaadin for "GWT like" ? What is > your opinion about Vaadin? > > I love using Tapestry for page based web application and I love using Vaadi

Re: Quick results of my month-long 'battle of the web frameworks' research

2011-02-15 Thread Yohan Yudanara
Hi, My reply is OOT :). But, I'm just curious, were you evaluating Vaadin for "GWT like" ? What is your opinion about Vaadin? I love using Tapestry for page based web application and I love using Vaadin when building full Ajax web-application. On Wed, Feb 16, 2011 at 6:27 AM, Lenny Primak wrot

Re: Tapestry 5 & JBoss 6 - Silently Fails

2011-02-15 Thread Lenny Primak
Actually, I tried glassfish and it works great, and it's integrated, no need to mess with integration etc. I think I will use that. About your nabble.com article, it says it doesn't work with jboss 5.1+ and I tried it on 5.1 and 6.0, and it doesn't work. I don't want to fight with it Thanks!. On

Re: Tapestry 5 & JBoss 6 - Silently Fails

2011-02-15 Thread Thiago H. de Paula Figueiredo
On Tue, 15 Feb 2011 21:32:05 -0200, Lenny Primak wrote: Thanks Mark, I need full-blown J2EE server, because my apps use a lot of the 'other' features of J2EE, not just the web frameworks Have you ever tried OpenEJB in Tomcat or Jetty? If I needed or wanted to write an EJB 3 application, I

Re: Tapestry 5 & JBoss 6 - Silently Fails

2011-02-15 Thread Lenny Primak
Thanks Mark, I need full-blown J2EE server, because my apps use a lot of the 'other' features of J2EE, not just the web frameworks On Feb 15, 2011, at 6:30 PM, Mark wrote: > On Tue, Feb 15, 2011 at 5:19 PM, Lenny Primak wrote: >> SInce there have been no responses to this email, I am assuming th

Re: Tapestry 5 & JBoss 6 - Silently Fails

2011-02-15 Thread Mark
On Tue, Feb 15, 2011 at 5:19 PM, Lenny Primak wrote: > SInce there have been no responses to this email, I am assuming that majority > of users > don't run on jboss or care.  Am I right in the assumption that majority > of tapestry users use jetty, tomcat or some other 'lightweight' container? >

Quick results of my month-long 'battle of the web frameworks' research

2011-02-15 Thread Lenny Primak
If anyone finds it useful, or a useful place to put it --- So here is a quick summary of what I found out in my lengthy research: It went down to 5 candidates, JSF, GWT, RIFE, Tapestry & Grails. I had a couple of must-have criteria: - A web designer has to be able to read/write the app via

Re: Tapestry 5 & JBoss 6 - Silently Fails

2011-02-15 Thread Lenny Primak
SInce there have been no responses to this email, I am assuming that majority of users don't run on jboss or care. Am I right in the assumption that majority of tapestry users use jetty, tomcat or some other 'lightweight' container? I actually have been looking for an excuse to switch from jboss

Exposing service id to advised services

2011-02-15 Thread Josh Canfield
I'm adding a @Match("*") advice for monitoring. I am currently advising all of the service interface methods with @Monitor successfully. One thing that I'm missing is the ability to modify my advice depending on the service marker or id for a particular implementation. The concept doesn't seem to

Re: 10 Minute Web Application Demo

2011-02-15 Thread Joel Halbert
This is a Great Idea Mark. However, I'm on Ubuntu 10.10 (Chromium 9.0.597.94 (73967) Ubuntu 10.10), and the video plays but the screen it black. BUT when you pause and restart it it suddenly plays perfectly, and I can see the video! (same thing happens in FF 3.6.13) On Tue, 2011-02-15 at 16:20

Re: 10 Minute Web Application Demo

2011-02-15 Thread Vangel V. Ajanovski
I have Ubuntu 10.10 and have lateset Adobe Flash 10.2.152.27 in Firefox nightly beta. I can see the static preview but once I click play I have no video - static black, and HAVE audio. Flash demo on http://www.adobe.com/products/flashplayer/ works without a flaw. On 15.02.2011 14:06, Alex Ko

Re: 10 Minute Web Application Demo

2011-02-15 Thread Thiago H. de Paula Figueiredo
On Tue, 15 Feb 2011 11:21:22 -0200, Taha Hafeez wrote: Hi Mark, Hi, guys! Also not viewable on Ubuntu (Linux) 10.04. I'm on Ubuntu 10.04, KDE version, and the video works on both Firefox and Opera. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate co

Re: Spring beans in the AppModule?

2011-02-15 Thread Jonathan Barker
I hit a recursion error that I resolved by moving all my initialization code in my Spring bean into a method that only gets invoked on first use ( if (!initialized) init() ). I had recursion problems when the code was in the constructor, and when it was in an init() method automatically run by Spr

Re: Own persistence strategy

2011-02-15 Thread Christian Riedel
maybe tynamo-conversations is just what you are looking for? http://tynamo.org/tapestry-conversations+guide Am 15.02.2011 um 14:50 schrieb Pablo dos Reis: > Is there a way I create my own persistence strategy of the fields? > > I need do something like @Persist("my-persist") because I want to

Re: 10 Minute Web Application Demo

2011-02-15 Thread Mark
Thanks for letting me know I forgot to try it from Linux. I'll see if I can do something about that. Mark On Tue, Feb 15, 2011 at 7:06 AM, Alex Kotchnev wrote: > Mark, >   this probably has to do with how the flash movie is encoded but it isn't > viewable on Linux (Fedora 12). For a reference

Re: Own persistence strategy

2011-02-15 Thread Juan E. Maya
Check this out Pablo: http://wiki.apache.org/tapestry/Tapestry5HowToUsePersistentFieldStrategy It might be a bit old so some things might be slightly different. I hope it helps On Tue, Feb 15, 2011 at 2:50 PM, Pablo dos Reis wrote: > Is there a way I create my own persistence strategy of the fie

Spring beans in the AppModule?

2011-02-15 Thread LLTYK
I'm trying to use a spring bean in my AppModule: public static void contributeApplicationDefaults(MappedConfiguration configuration, @Inject SomeSpringBean someSpringBean) { configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en"); configuration.add(SymbolConstants.APPLICATION_V

Own persistence strategy

2011-02-15 Thread Pablo dos Reis
Is there a way I create my own persistence strategy of the fields? I need do something like @Persist("my-persist") because I want to clean the objects persisted after a group of operations. Thanks in advance. -- Pablo Henrique dos Reis

Re: 10 Minute Web Application Demo

2011-02-15 Thread Taha Hafeez
Hi Mark, Also not viewable on Ubuntu (Linux) 10.04. regards Taha On Tue, Feb 15, 2011 at 6:36 PM, Alex Kotchnev wrote: > Mark, > this probably has to do with how the flash movie is encoded but it isn't > viewable on Linux (Fedora 12). For a reference point, I never have issues > viewing fla

Re: 10 Minute Web Application Demo

2011-02-15 Thread Alex Kotchnev
Mark, this probably has to do with how the flash movie is encoded but it isn't viewable on Linux (Fedora 12). For a reference point, I never have issues viewing flash movies from YouTube and such (this is probably the first time I can't watch a Flash movie from what I remember), so in general it

Re: 10 Minute Web Application Demo

2011-02-15 Thread François Facon
It's brilliant! 2011/2/15 Igor Drobiazko > Great job, Mark. Awesome. > > On Tue, Feb 15, 2011 at 5:24 AM, Mark wrote: > > > If anyone is interested, I made a short screencast showing the > > building of a ten minute demo application with Tapestry. > > > > http://blog.markwshead.com/900/tapestry