• 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

wsadmin script Editor

 
Greenhorn
Posts: 26
MyEclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

I have a simple question: Is there any editor for writing wsadmin scripts(Jython), because the indentation is causing a lot of problems. Please help.
As in Eclipse is there any command that would auto indent the script.

Thanks & regards
 
Bartender
Posts: 3904
43
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

uday kantt wrote:Hi All

I have a simple question: Is there any editor for writing wsadmin scripts(Jython), because the indentation is causing a lot of problems. Please help.
As in Eclipse is there any command that would auto indent the script.

Thanks & regards



I am aware of 2 tools: Rational Application Developer (RAD) and IBM Assembly and Deploy Tool (IADT). Both are based on Eclipse and both are paid (?) products, but you can download trial versions. The advantage of these tools that you can run and even debug Jython scripts on WebSphere runtime.

As an option, you might want to look at any Python editor - there should be lots of them, since the language is popular.

Best regards,
MZ



 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic