Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JBuilder to Eclipse Migration
JBuilder to Eclipse Migration [message #7957] Mon, 01 September 2003 16:30 Go to next message
Eclipse UserFriend
Originally posted by: bogdan.oproescu.credit-suisse.ch

Hello Eclipse Support,

We are considering migrating from JBuilder 7.0 to
the Eclipse IDE here at Credit Suisse. To make this
migration more efficient we were wondering if you
at Eclipse have any WhitePapers or Documents
or Guides on this Eclipse to JBuilder Migration
that were performed for past projects.

If you do have any such information
please respond to me asap.

Best Regards,

Bogdan Oproescu

CREDIT SUISSE FINANCIAL SERVICES
Technology & Services
Advanced Middleware &
Development Environments KTXA 2
Postfach 600
CH-8070 Zürich
Tel.: +41 1 334 6846
Fax.:+41 1 332 8024
E-Mail: bogdan.oproescu@credit-suisse.ch
Internet: http://www.credit-suisse.ch/de/index.html
Re: JBuilder to Eclipse Migration [message #7975 is a reply to message #7957] Tue, 02 September 2003 05:28 Go to previous messageGo to next message
Emerson Cargnin is currently offline Emerson CargninFriend
Messages: 125
Registered: July 2009
Senior Member
hi Bodgan. At my work we have faced the same situation. I think the
migration is as easy as your projects are not coupled with jbuilder
configuration files. I mean, leaving out the fancy features as JSP debugging
(very useful tough), We have two JBuilder licenses (at a not very low
price) and the number of developers is growing. Not only think I miss a
little is Swing/JSP editing/debugging, but I think it will not take too long
until comes out a OPENSOURCE SWT/Swing/JSP editor/debugging.
Two steps :
1 - throw out your jpr/jpx files : ). just kidding, save them if you go
crazy and turns back to JBuilder : )

2 - create an independent build infra-struxture using a well separated
directories,

- the equivalent of jpr and jpx files are the .classpath and .project xml
files :
..classpath - This files point the source directories and needed libraries
(among others)
..project - Differs between each kind of project, specifies the builder's
(eg, java builder) and add different natures, eg: java,C++,UML,etc.
Those files are configured in project/properties -> "java build path"

hope to help : )


"Bogdan Oproescu" <bogdan.oproescu@credit-suisse.ch> escreveu na mensagem
news:bivs6q$m9l$1@eclipse.org...
>
>
> Hello Eclipse Support,
>
> We are considering migrating from JBuilder 7.0 to
> the Eclipse IDE here at Credit Suisse. To make this
> migration more efficient we were wondering if you
> at Eclipse have any WhitePapers or Documents
> or Guides on this Eclipse to JBuilder Migration
> that were performed for past projects.
>
> If you do have any such information
> please respond to me asap.
>
> Best Regards,
>
> Bogdan Oproescu
>
> CREDIT SUISSE FINANCIAL SERVICES
> Technology & Services
> Advanced Middleware &
> Development Environments KTXA 2
> Postfach 600
> CH-8070 Z
Re: JBuilder to Eclipse Migration [message #8006 is a reply to message #7975] Tue, 02 September 2003 11:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: palistra.us.ibm.com

There is a paper on migrating from JBuilder to WSAD V5.0 and as WSAD is
based on Eclipse it might help.

http://www7b.boulder.ibm.com/wsdd/library/techarticles/0212_ lau/lau.html

Emerson Cargnin wrote:
> hi Bodgan. At my work we have faced the same situation. I think the
> migration is as easy as your projects are not coupled with jbuilder
> configuration files. I mean, leaving out the fancy features as JSP debugging
> (very useful tough), We have two JBuilder licenses (at a not very low
> price) and the number of developers is growing. Not only think I miss a
> little is Swing/JSP editing/debugging, but I think it will not take too long
> until comes out a OPENSOURCE SWT/Swing/JSP editor/debugging.
> Two steps :
> 1 - throw out your jpr/jpx files : ). just kidding, save them if you go
> crazy and turns back to JBuilder : )
>
> 2 - create an independent build infra-struxture using a well separated
> directories,
>
> - the equivalent of jpr and jpx files are the .classpath and .project xml
> files :
> ..classpath - This files point the source directories and needed libraries
> (among others)
> ..project - Differs between each kind of project, specifies the builder's
> (eg, java builder) and add different natures, eg: java,C++,UML,etc.
> Those files are configured in project/properties -> "java build path"
>
> hope to help : )
>
>
> "Bogdan Oproescu" <bogdan.oproescu@credit-suisse.ch> escreveu na mensagem
> news:bivs6q$m9l$1@eclipse.org...
>
>>
>> Hello Eclipse Support,
>>
>> We are considering migrating from JBuilder 7.0 to
>> the Eclipse IDE here at Credit Suisse. To make this
>> migration more efficient we were wondering if you
>> at Eclipse have any WhitePapers or Documents
>> or Guides on this Eclipse to JBuilder Migration
>> that were performed for past projects.
>>
>> If you do have any such information
>> please respond to me asap.
>>
>> Best Regards,
>>
>> Bogdan Oproescu
>>
>> CREDIT SUISSE FINANCIAL SERVICES
>> Technology & Services
>> Advanced Middleware &
>> Development Environments KTXA 2
>> Postfach 600
>> CH-8070 Zürich
>> Tel.: +41 1 334 6846
>> Fax.:+41 1 332 8024
>> E-Mail: bogdan.oproescu@credit-suisse.ch
>> Internet: http://www.credit-suisse.ch/de/index.html
>>
>>
>>
>>
>>
>>
>>
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.514 / Virus Database: 312 - Release Date: 29/8/2003
>
>

--
Jim Palistrant
IBM Worldwide Technical Consultant - WebSphere Development Tools
Re: JBuilder to Eclipse Migration [message #8038 is a reply to message #8006] Tue, 02 September 2003 14:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bogdan.oproescu.credit-suisse.ch

Hi Jim,

Many thanks for your message. I have looked at this document below
and it is a good start for a similar JBuilder to Eclipse Migration.
If you know of any other such documents currently on the internet
please let me know.

All The Best and Cheers, Bogdan

Jim Palistrant wrote:

> There is a paper on migrating from JBuilder to WSAD V5.0 and as WSAD is
> based on Eclipse it might help.

> http://www7b.boulder.ibm.com/wsdd/library/techarticles/0212_ lau/lau.html

> Emerson Cargnin wrote:
> > hi Bodgan. At my work we have faced the same situation. I think the
> > migration is as easy as your projects are not coupled with jbuilder
> > configuration files. I mean, leaving out the fancy features as JSP
debugging
> > (very useful tough), We have two JBuilder licenses (at a not very low
> > price) and the number of developers is growing. Not only think I miss a
> > little is Swing/JSP editing/debugging, but I think it will not take too
long
> > until comes out a OPENSOURCE SWT/Swing/JSP editor/debugging.
> > Two steps :
> > 1 - throw out your jpr/jpx files : ). just kidding, save them if you go
> > crazy and turns back to JBuilder : )
> >
> > 2 - create an independent build infra-struxture using a well separated
> > directories,
> >
> > - the equivalent of jpr and jpx files are the .classpath and .project xml
> > files :
> > ..classpath - This files point the source directories and needed libraries
> > (among others)
> > ..project - Differs between each kind of project, specifies the builder's
> > (eg, java builder) and add different natures, eg: java,C++,UML,etc.
> > Those files are configured in project/properties -> "java build path"
> >
> > hope to help : )
> >
> >
> > "Bogdan Oproescu" <bogdan.oproescu@credit-suisse.ch> escreveu na mensagem
> > news:bivs6q$m9l$1@eclipse.org...
> >
> >>
> >> Hello Eclipse Support,
> >>
> >> We are considering migrating from JBuilder 7.0 to
> >> the Eclipse IDE here at Credit Suisse. To make this
> >> migration more efficient we were wondering if you
> >> at Eclipse have any WhitePapers or Documents
> >> or Guides on this Eclipse to JBuilder Migration
> >> that were performed for past projects.
> >>
> >> If you do have any such information
> >> please respond to me asap.
> >>
> >> Best Regards,
> >>
> >> Bogdan Oproescu
> >>
> >> CREDIT SUISSE FINANCIAL SERVICES
> >> Technology & Services
> >> Advanced Middleware &
> >> Development Environments KTXA 2
> >> Postfach 600
> >> CH-8070 Zürich
> >> Tel.: +41 1 334 6846
> >> Fax.:+41 1 332 8024
> >> E-Mail: bogdan.oproescu@credit-suisse.ch
> >> Internet: http://www.credit-suisse.ch/de/index.html
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.514 / Virus Database: 312 - Release Date: 29/8/2003
> >
> >
Re: JBuilder to Eclipse Migration [message #8068 is a reply to message #7975] Tue, 02 September 2003 14:55 Go to previous message
Eclipse UserFriend
Originally posted by: bogdan.oproescu.credit-suisse.ch

Hi Emerson,

Many thanks for your message. You're right, the main problem with
the JBuilder to Eclipse Migration is the dependency of your projects
with JBuilder Configuration Files. I will consider your comments below
about the Migration Process to remove the Borland JBuilder Dependencies.
If you have any more such information it would be useful for this
migration.

All The Best and Cheers, Bogdan

Emerson Cargnin wrote:

> hi Bodgan. At my work we have faced the same situation. I think the
> migration is as easy as your projects are not coupled with jbuilder
> configuration files. I mean, leaving out the fancy features as JSP debugging
> (very useful tough), We have two JBuilder licenses (at a not very low
> price) and the number of developers is growing. Not only think I miss a
> little is Swing/JSP editing/debugging, but I think it will not take too long
> until comes out a OPENSOURCE SWT/Swing/JSP editor/debugging.
> Two steps :
> 1 - throw out your jpr/jpx files : ). just kidding, save them if you go
> crazy and turns back to JBuilder : )

> 2 - create an independent build infra-struxture using a well separated
> directories,

> - the equivalent of jpr and jpx files are the .classpath and .project xml
> files :
> ..classpath - This files point the source directories and needed libraries
> (among others)
> ..project - Differs between each kind of project, specifies the builder's
> (eg, java builder) and add different natures, eg: java,C++,UML,etc.
> Those files are configured in project/properties -> "java build path"

> hope to help : )


> "Bogdan Oproescu" <bogdan.oproescu@credit-suisse.ch> escreveu na mensagem
> news:bivs6q$m9l$1@eclipse.org...
> >
> >
> > Hello Eclipse Support,
> >
> > We are considering migrating from JBuilder 7.0 to
> > the Eclipse IDE here at Credit Suisse. To make this
> > migration more efficient we were wondering if you
> > at Eclipse have any WhitePapers or Documents
> > or Guides on this Eclipse to JBuilder Migration
> > that were performed for past projects.
> >
> > If you do have any such information
> > please respond to me asap.
> >
> > Best Regards,
> >
> > Bogdan Oproescu
> >
> > CREDIT SUISSE FINANCIAL SERVICES
> > Technology & Services
> > Advanced Middleware &
> > Development Environments KTXA 2
> > Postfach 600
> > CH-8070 Zürich
> > Tel.: +41 1 334 6846
> > Fax.:+41 1 332 8024
> > E-Mail: bogdan.oproescu@credit-suisse.ch
> > Internet: http://www.credit-suisse.ch/de/index.html
> >
> >
> >
> >
> >
> >
> >


> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.514 / Virus Database: 312 - Release Date: 29/8/2003
Previous Topic:Web Tools status
Next Topic:Changing Text in the Help Files
Goto Forum:
  


Current Time: Sun Oct 06 15:18:05 GMT 2024

Powered by FUDForum. Page generated in 0.03379 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top