Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for a JSP IDE that helps building code

Status
Not open for further replies.

royc75

Programmer
Jun 1, 2006
127
GB
Hello,

Is there an editor that can help me build JSP code just as regular Java editor (Such as eclipse) are doing? Meaning, will pop up the available methods for each Object, will put imports automatically ect?
 
Yes but it doesn't do the things I stated when it comes to JSP programming, such as pop up the available methods for each Object or put imports automatically... or does it? :(
 
Can you refer me to these plugins please?
 
Hi

Sorry I can not. I got them in a Zip with the instruction "extract it over the installed Eclipse". So no idea what was in it. :-(

But again : I suggest to try NetBeans.

Feherke.
 
NetBeans is very heavy and I rather keep using the eclipse which I really like. Could you at least tell me what is the name of the plugin and if it does what I asked at the begining? Thank you in advance.
 
10X Dian, I remember once browsing at this website, I forgot all about it :)
 
Hello again Dian,

I have installed the three folders of this plugin. It adds a SolarEclipse section at the Windows->Prefrences yet all it does is decorate the text. It doesn't help me write code. For example if I write request. I don't receive a pop-up of all the available methods. Am I missing something here?
 
As I told you before, code completion in JSPs works for me with Eclipse out of the box. Which version are you running?

Cheers,
Dian
 
I am using SAP Developer Studio, it is based on Eclipse 2.1
I assume you are using v3...?
 
Damm! :)
And it completes all the implicit objects methods, puts imports and suggest code correction? What about EL? does it helps there as well?
 
Why don't you just install the latest version and try yourself ?!

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Because I am using SAP Developer studio that prevents me to.
Why is it so hard to answer when you know the answer?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top