aidan_walsh wrote: The guy is having enough of a hard time trying to make up his mind. I was trying to keep it simple without bogging him down in irrelevant details...
bpmurray wrote: No, it's not. Eclipse is a platform. It's most common incarnation is as a development environment. However, the RCP illustrates that it really isn't just that. In fact, IBM's Workplace uses Eclipse as the rich client and that doesn't look at all like the usual IDE we all know and love or hate.
dvdfan wrote: Just a quick few questions. Ive done a course on asp and server side javascript and after completing it i can design a full ecommerce website with some great functions.
dvdfan wrote: Also after completing my course ive now found out that for one vbscript is the language i should have been taught instead of serverside javascript because it is more widely used ...
So can someone point out what the different languages will give you the ability to do in examples, does java let you build games or complicated calculators that can be open on your desktop instead of the internet, what languages help you build online games like snooker and card games and fantasy games.
Lastly when i done my course i needed to fork out a grand to buy dreamweaver as this was an essential tool, what can you expect to fork out to make the proper use of the other languages and also how much would you pay for a course to learn the applicable language??? Thanks
rsynnott wrote: Does it have a built-in psychiatrist? No, it does not.
bpmurray wrote: Troll! Of course, you're kidding - EMACS could never even approximate the power of Eclipse. It's already pretty much the de facto standard for any Java/J2EE tooling, way, way beyond EMACS's abilities.
bpmurray wrote: And with close to 30 years experience in the industry with all sorts of languages, give me Java over Lisp any day!
rsynnott wrote: Eclipse has ambitions to be the next EMACS, albeit written in a far less nice language.
aidan_walsh wrote: ... Eclipse is a program that is used to write Java applications in. It has a lot of features that allow programmers to work effeciently, but a program like this isn't the best starting point for a beginner. ...
py2006 wrote: Thanks for that, they look kinda out of date though?
kyote00 wrote: some free Java books here.http://teaching.gent.ie/bruceeckel/
kyote00 wrote: BTW: How do all you textpad users debug your Java programs ?
kyote00 wrote: Imagine been able to run your program line by line, check whats variables are set and are not... Colour coded editor so that you can see whats a reserved word, whats a variable. Tabbed windows so that you dont have the 'window blitz' problem if browsing several files.
kyote00 wrote: You can also move projects to Mac or Linux
kyote00 wrote: Eclipse removes one of the biggest headaches newbies have such as setting the classpath,
kyote00 wrote: Colour coded editor so that you can see whats a reserved word, whats a variable. Tabbed windows so that you dont have the 'window blitz' problem if browsing several files.
kyote00 wrote: helping with solutions to common compiler errors, and helping understand how the program executes using the debugger.
kyote00 wrote: We are trying to have him focus on learning the language.
kyote00 wrote: You appear to have missed the point of Eclipse. It hides the environment and focuses on the application under development -- that one of the main tenets of the eclipse project.
kyote00 wrote: It hides the environment and focuses on the application under development
py206 wrote: What exactly is eclipse?
kyote00 wrote: I know I shouldnt but there so much bad advice given, I cant help myself...... 1) textpad issue. Explain to me how textpad will use make him a better programmers ? 2) Eclipse introduces another environment........ We are trying to have him focus on learning the language. Eclipse removes one of the biggest headaches newbies have:
kyote00 wrote: The defense rests....:p
kyote00 wrote: Using textpad or the like will not make you a better programmer.
kyote00 wrote: You will spend more of your time trying to make the code look nice (indents,tabs etc) and less time understanding the main constructs.
kyote00 wrote: Eclipse takes away the mundane formatting/typing of a program and setting up of the environment and lets you focus on the program you are trying to write, or the language you are trying to learn.
kyote00 wrote: Most companies now will already have an IDE in use. They will also have coding guidelines/standards to ensure that the basic layout and syntax is similiar. They will not be using a command line compiler, this will be wrapped in a build environment, probably linked with the config mgt/source code control system. Most people I know use Ant as the builder for Java for personal projects.
kyote00 wrote: You still need to know the command line options (i.e what things are and how they work) (just as you need to know classpath,jar files etc with Eclipse) but it makes the management/changing of these items much easier.