[Geoserver-devel] Recommended tool to edit GeoServer code

Hello all

what is the recommended tool (IDE) to edit GeoServer java code??

Regards,
Dr. Eng. Ashraf Tammam

Eclipse:
http://docs.geoserver.org/latest/en/developer/quickstart/index.html
http://docs.geoserver.org/latest/en/developer/eclipse-guide/index.html

On 29/05/13 14:49, Ashraf Tammam wrote:

Hello all

what is the recommended tool (IDE) to edit GeoServer java code??
Regards,
Dr. Eng. Ashraf Tammam

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

As Ben already said, all core developers (to my knowledge) use Eclipse to edit the code,
however I believe other people managed to get it loaded in Netbeans as well, we just
lack instructions on how to

Cheers
Andrea

···

==
GeoServer training in Milan, 6th & 7th June 2013! Visit http://geoserver.geo-solutions.it for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


Please keep discussions on-list.

I use and recommend the Java EE bundle. It includes support for remote deployment and debugging and a validating XML editor.

Note also that the Oracle Java 6 JDK is the current supported platform for development and deployment.

I am currently using eclipse-jee-juno-SR2-linux-gtk-x86_64 with jdk1.6.0_45.x64.

Kind regards,
Ben.

On 29/05/13 15:13, Ashraf Tammam wrote:

which one of these??
http://www.eclipse.org/downloads/
Regards,
Dr. Eng. Ashraf Tammam
------------------------------------------------------------------------
*From:* Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
*To:* Ashraf Tammam <aft1972@anonymised.com>
*Cc:* "geoserver-devel@lists.sourceforge.net"
<geoserver-devel@lists.sourceforge.net>
*Sent:* Wednesday, May 29, 2013 9:03 AM
*Subject:* Re: [Geoserver-devel] Recommended tool to edit GeoServer code

Eclipse:
http://docs.geoserver.org/latest/en/developer/quickstart/index.html
http://docs.geoserver.org/latest/en/developer/eclipse-guide/index.html

On 29/05/13 14:49, Ashraf Tammam wrote:
> Hello all
>
> what is the recommended tool (IDE) to edit GeoServer java code??
> Regards,
> Dr. Eng. Ashraf Tammam
>
------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
>
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
<mailto:Geoserver-devel@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com
<mailto:Ben.Caradoc-Davies@anonymised.com>>
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

Hi,

On 05/29/2013 09:24 AM, Andrea Aime wrote:

As Ben already said, all core developers (to my knowledge) use Eclipse to
edit the code,
however I believe other people managed to get it loaded in Netbeans as
well, we just
lack instructions on how to

Nothing special is necessary for NetBeans, just hit open project and select one of the GeoServer directories containing a pom. The IDE picks it up nicely. If the project has not been built yet, it AFAIK asks you to build the project so that it can inspect the classes (just confirming the dialog should be sufficient in that case). I have always built the project directly using a command-line maven though, as a matter of personal preference.

Regards,
Martin Sucha