+ Reply to Thread
Results 1 to 6 of 6

Thread: What IDE Should I Use?

  1. #1
    Guest.Visitor Guest

    Default What IDE Should I Use?

    MC's 6/99 issue featured several IDE articles and I contacted the authors for their recommendations as to a particular product. I turn now to the forum for your suggestions. We are a small shop with two RPG programmers and we're about to venture into intranet applications. The projects have been vaguely defined, but when given the go-ahead, we want a quick success to show management that we can do it (whatever 'it' is). This means RPG for now, and Java or whatever else later. It would be great if someone has actually worked on more than one product and can compare them. I searched for "IDE", but the vast majority of discussions centered around Java. Mmmm. What is that telling me? Thanks for taking the time from your busy day. Dave

  2. #2
    Guest.Visitor Guest

    Default What IDE Should I Use?

    I think you might want www.javaboutique.com

  3. #3
    Guest.Visitor Guest

    Default What IDE Should I Use?

    I prefer CODE/400 for RPG work, and Visual Cafe for java. I have worked with Visual Age for Java a little bit and found it cumbersome. It seems to generate a lot of bloated code. That's my 2 cents. Dale

  4. #4
    Guest.Visitor Guest

    Default What IDE Should I Use?

    I have just installed Visual Cafe but haven't done much yet;; what experience have you had

  5. #5
    Guest.Visitor Guest

    Default What IDE Should I Use?

    I don't do very much with applets, so when I start a new project I choose Empty Project or JFC Aplication. Most books on learning Java make you do applets, but you can use applicatons as well. It is easy to shut off their form designer and code by hand. The debugger is pretty nice too. Dale

  6. #6

    Default What IDE Should I Use?

    I just wanted to drop my own two cents in here: In my opinion, Java code for new applications should never be generated (except perhaps the most trivial of code, like getters and setters). Java code is meant to be incremental in nature, with common code isolated and then encapsulated. Using code generation "wizards" merely perpetuates the old programming techniques held over from the C and C++ days. No code should ever be repeated in a sound O-O design; if followed, this convention rules out using wizards, period. src="//www.zappie.net/java/_derived/index.htm_cmp_zero110_vbtn_p.gif" width="140" height="60" border="0" alt="Java400.net - Java/400 Freeware" align="middle"> Java400.Net - where the AS/400 speaks Java with an RPG accent Home of PBD1.2, the FREE Java/400 Client/Server Toolkit

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts