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

Visual Age for Java - Concerns

 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have used IBM Visual Age for Java for the GUI creation and as some of you may already know it creates lots of methods and it will take a lot of time to document these methods (which come with default documnetation anyway). Also the naming standard of visual age does not even come close to what I have otherwise. Have anybody had marks taken away because you submitted with the code generated by the IDE ?. Please help me on this front.
Thanks,
-Rajesh
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did not use an IDE specifically for this reason. They include many methods, and coding standards that do not follow the SCJD expectations, or needs. They also tend to include proprietary classes.
Unfortunately I would suggest re-writing the GUI without the IDE. It might take you an extra week, but you will learn more about Swing than you did with using the IDE.
And as the requirements of the Assignment, it states that a junior level programmer should be able to understand the code, and it must follow standard naming conventions. From this I will guarantee you will lose points because of this.
Mark
[ April 01, 2002: Message edited by: Mark Spritzler ]
 
Rajesh Matti
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Mark. I have already started converting the code. You are right, I also had the same feeling about inconstistencies.
Thanks,
-Rajesh
 
Tomorrow is the first day of the new metric calendar. Comfort me tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic