• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is there any GUI tool support struts

 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've tried dreamweaver and jrun, both of them cannot recognize tags shipped with struts.
I don't know if no tool can support struts, how to make the user interface design.
Is there any solution?
waitting for experts' reply!
 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a user created plugin for Dreamweaver that is supposed to allow you to use custom jsp tags, although I haven't actually tried it. Additionally, from what I understand, Dreamweaver MX is supposed to handle custom tags.
[ August 26, 2002: Message edited by: Jason Menard ]
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use XML Spy Enterprise Edition.Not only have XML tool but it also support create JSP,Taglib ...
 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I love the way JBuilder 9 Ent handles struts. It supports Struts 1.0 out of the box. If you want to use Struts 1.1 just set the jars in the Strut library to hold all the Struts 1.1 jars.
-Yoo-Jin
 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if I understand correctly, Sean Li meant (one year ago,BTW) something for JSP visual editing. JBuilder 9 is far a way from reality in this case.
M7 declared that M7 Studio (http://www.m7.com/products/studio.html) suppoted struts tags in its WYSIWYG editor. Also, FWA Software resently announced that it released Visual Tools products seamlessly integrate with Dreamweaver MX (http://www.fwasi.com/products/)
Regards,
Sergey Smirnov
www.strutsStudio.com
[ September 05, 2003: Message edited by: Sergey Smirnov ]
 
Sean Li
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, that's what I want, is that a commercial product? or is it free? because debug of JSP & Struts is so difficult.
 
reply
    Bookmark Topic Watch Topic
  • New Topic