• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Eclipse & JSP/EJB

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We develop heavily with scriptlets That being said, I'm loving eclipse' code completion, debugging, etc. capabilities. However, it doesn't seem to "know" about JSP or how it relates to our EJB. In other words, I get no code completion - either with core Java classes, or with our EJB.
I've installed the solar eclipse plugin for decent JSP visual development. Do you know of other plugins that allow code completion in JSP? What about debugging JSP? Or maybe you have this working and I've just setup my project in a funky way..?
thanks in advance!
Joe Miller
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MyEclipse Enterprise Workbench (www.myeclipseide.com) is a low cost ($30) full J2EE IDE for web, ejb, and ear apps built on top of Eclipse2 and Eclipse3. MyEclipse web tools include a full JSP editor with code coloring, completion, validation, JSP src level debugging for JSR045 servers, Struts wizards and tools, .... EJB development, package and exploded deployment, server deployment synchronization, and hot-swap debugging for over 20 appservers. Lastly, your $30 subscription entitles your to free support and upgrades for 1 year.
You can download a free 30 day trial at www.myeclipseide.com.
The upcoming release will introduce new WYSIWYG design features for HTML, JSPs, Struts, and JSF. 2.8/3.8 betas should be available in early May.
Recent 2.7/3.7 features:
http://www.myeclipseide.com/ContentExpress-display-ceid-33.html
Other stuff:
http://www.myeclipseide.com/ContentExpress-display-ceid-16.html
Wayne
Disclaimer: I am the lead MyEclipse developer.
 
author
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WSAD on top of Eclipse also has strong JSP code complete
 
Wink, wink, nudge, nudge, say no more, it's a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic