
Introduction video and notes about what will be covered in course
This lecture covers setting up IDE (integrated development environment) and adding Java and Maven to path (Windows example)
In this lecture you will see examples and advices of how to get rid of server port problems, how to set up build path, and how and why view code changes in real time.
This lecture brings examples and advices of fixing encoding problems, servlet problem, and you will be familiar how to set stack size (which is sometimes needed if working with larger projects).
In this lecture you will be able to check examples of good practices for enabling faster loading of projects, validation, controlling console output, bookmarking - which all helps for making you more productive when working with Eclipse
This lecture covers: faster installing of plugins, working behind corporate proxy.
In this lecture you will be instructed how to use maven, pom.xml, and how to deal with specific connectivity (working behind proxy for example).
In this lecture you will learn how you can properly generate Javadoc without errors.
This lecture shows how to unbind shortcuts what blocked another shortcut - example on curly braces, and you'll also get examples and tips how to use various shortcuts.
This lecture shows how to manage code templates and proposals inside Eclipse IDE.
In this lecture, students will learn about revision history, and they will be introduced to Eclipse plugin development.
Thank You for following this Eclipse course. I hope you have found this course useful.
Beside Eclipse course, I'm happy to announce that course "JSF - building complete CMS with Java and JavaServer Faces" is live on Udemy!
This course contains 8.5 hours of content and full project source code of complete CMS written in Java and JSF. You can get it for €29.99. This is unique opportunity.
I wish you happy programming and coding, and thanks for being a student!
What is Eclipse IDE?
Eclipse is one of the most popular IDE's in the world.
Eclipse is an integrated development environment (IDE) used in computer programming, and is the most widely used Java IDE. It contains a base workspace and an extensible plug-in system for customizing the environment. Eclipse is written mostly in Java and its primary use is for developing Java applications, but it may also be used to develop applications in other programming languages through the use of plugins, including: Ada, ABAP, C, C++, COBOL, D, Fortran, Haskell, JavaScript, Julia, Lasso, Lua, NATURAL, Perl, PHP, Prolog, Python, R, Ruby (including Ruby on Rails framework), Rust, Scala, Clojure, Groovy, Scheme, and Erlang. It can also be used to develop documents with LaTeX (through the use of the TeXlipse plugin) and packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++ and Eclipse PDT for PHP, among others.
The initial codebase originated from IBM VisualAge. The Eclipse software development kit (SDK), which includes the Java development tools, is meant for Java developers. Users can extend its abilities by installing plug-ins written for the Eclipse Platform, such as development toolkits for other programming languages, and can write and contribute their own plug-in modules. Since Equinox, plug-ins can be plugged/stopped dynamically and are known as (OSGI) bundles
Learn various Eclipse tips and tricks
This course is for everyone who wants to work with such rich IDE as Eclipse. Learn various topics of how to use Eclipse to be more productive.
Idea behind course
Idea behind this course was to make quick overview of tips, tricks and what can you do with Eclipse, with short and direct "into the head" explanations. This course is free - and it is planned to remain free (with new materials, hopefully soon) !
Contents and Overview
What is covered in course:
What are the requirements?
What am I going to get from this course?
What is the target audience?