vote up 3 vote down star

Has anybody tried doing GSP design with Adobe Dreamweaver CS4? It has support for JSPs, but it doesn't recognize the gsp extension, and even if it did I think there would be problems regarding the gsp tags that it would not recognize. I found a little cookbook here (http://www.bitwalker.nl/blog/using-groovyserver-pages-in-dreamweaver) for getting GSPs partially working with Dreamweaver CS3, but many of the files and directories it references no longer appear to exist in CS4.

flag

75% accept rate
Did you find a solution for your problem elsewhare? Or is it not possible to use Dreamweaver? – fabien7474 Oct 28 at 23:43
Sorry, I was unable to find a workable solution for Dreamweaver. We still do our coding in IntelliJ, but we nixed Dreamweaver altogether now that our initial design work is done and we are just making adjustments. We now use Firebug to try things out, and make final edits with IntelliJ. – Chris King Oct 30 at 21:18

3 Answers

vote up 0 vote down

Agreed, coding in intelliJ is the way forward but HTML and css design is best done in another tool more suited to the purpose, just as intelliJ is to java and things groovy. Any thoughts welcome.

link|flag
vote up 0 vote down

Are you using Grails Layouts, Partial Templates, ajax library(s)?

link|flag
All of the above, and much more. We are using JQuery as our library. However, even partial Dreamweaver support would help. – Chris King May 4 at 20:52
vote up 0 vote down

I am not going to directly answer your question, but really, an IDE like NetBeans or Eclipse would be much better suited for Groovy/Grails development. Dreamweaver was never intended to be a developers editor but to be more of a designers editor. Hence it lacks many features that more developer-centric IDEs have.

I am assuming that you are using Dreamweaver for its design-centric behavior. Both NetBeans and Eclipse have preview modes where you can see your changes in a near instant fashion, just like what I am guessing you like about Dreamweaver.

Long story short, use a more appropriate IDE.

link|flag
The person said DESIGN in his first sentence. Assume that he uses an IDE for development and he really wants to use Dreamweaver appropriately, do you have a more useful answer? – melling Jan 3 '09 at 16:30
You're right, I did shy away from suggesting a clear cut answer based on Dreamweaver. In my head I was thinking something along the lines of: "use Dreamweaver for its design capabilities, but when you need to atually code, switch over to NetBeans/Eclipse/etc" – Cody Caughlan Jan 4 at 19:09
Yes that is actually what we are doing right now... coding in IntelliJ, doing html/css design with dreamweaver, then applying the html and css to our views manually. Mostly I just want dreamweaver not to puke on a gsp tag so we can do the design directly to the gsp views without the extra step. – Chris King Jan 6 at 2:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.