Hi, Christophe,
How do you handle relative paths in your GWT application, such as image
hrefs' and links, for
content in your repository? Do you recreate your repository structure
locally. That seems bug -prone
and not ideal for RAD.
By the way, I would like to see your development directory structure.
When you say you match your
Sling folder to your GWT application, what exactly does that look like.
Are you talking about just matching
the compiled GWT structure, or the development one?
Glenn...
Christophe Lombart wrote:
Hi Glenn,
I'm taking a different approach. We can create a Sling folder that match to
the GWT application in which we add the necessary gwt files [1] and that's
all for running the application in the hosted mode with Sling. So, a maven
plugin can do that. Do you think that is not a good idea ? Following my
first test, it works fine. I have to check if debugging is well supported.
br,
Christophe
[1] http://www.screaming-penguin.com/node/4500
Hi,
I've too am interested in a RAD development environment for GWT + Sling in
Eclipse.
What is really needed is a Sling plugin for Eclipse that would allow your
local Eclipse workspace to be "attached" to your running Sling repository
It could be possible with the fsresource bundle. I have only test it with a
js based application. I didn't test it with a gwt application.