"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
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
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
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
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
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
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
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
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
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?
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo