Saturday, October 20, 2012

Eclipse Keyboard Shortcuts


In this series of video tutorials, we will learn about various keyboard shortcuts present in Eclipse. These keyboard shortcuts make you productive in using Eclipse. Let's get started.

1. Important Eclipse Keyboard Shortcuts

Let's start with an overview of the important keyboard shortcuts in Eclipse.

2. Eclipse Keyboard Shortcuts to Format Java Code

In this video tutorial, let's learn the options and keyboard shortcuts available in Eclipse to format source code.

3. Eclipse Keyboard Shortcuts to Refactor Java Code

In this video tutorial, we will look at various refactoring options available in Eclipse to improve the structure of your Java Code. Let start with renaming methods, variables & classes and move on to more complex refactoring's like Extract Method, Extract Constant, Introduce Parameter.

4. Eclipse Keyboard Shortcuts to Generate Java Code

In this video tutorial, let's understand different options in Eclipse to Generate Java Source Code. Let's start with generating Getters and Setters. We will move on to generating toString, equals and more.

5. Other Eclipse Tutorials

If you are using eclipse for a significant amount of time, you would want to get more productive in using eclipse. This section covers various tips that help you get more productive. We would start with few simple productivity tips - Save Actions, Automatic Java Code Formatting and Source Generation. Then we move on to important Keyboard Shortcuts in Eclipse

6. Learn C, C++, C# and Java Language : Free Tutorials and Videos

We provide C, C++, C# and Java tutorials and videos - teaching basics and advanced concepts.
Learn Programming through code examples & exercises with focus on basics. Our online beginner's tutorials are full of programming examples. Focus is on understandable code with simple functions. Tutorials are also available in pdf format for download.
Read More

Friday, October 19, 2012

Eclipse Productivity Tips


In this tutorial, let's discuss about various Eclipse options that help you become more productive. We will start with Save Actions - which is the most useful feature in eclipse. We would discuss about features in Eclipse that enable Refactoring, Generation of Source Code. We will also learn how to effectively use debug mode.

1. Eclipse Productivity Tip 1 : Save Actions

Save Actions are "a set of actions which are executed on each save of the Java editor".Format source code,Organize imports and a number of additional actions can be performed using Save Actions.

2. Eclipse Productivity Tip 2 : Auto Formatting of Source Code

We can automatically format Java code with Eclipse default code formatter options or customize the formatter options to fit our needs.Press Ctrl+Shift+F in java editor to format code.

3. Eclipse Productivity Tip 3 : Debugging Java Code

Eclipse debugger allows controlling execution of Java program by using features like breakpoints, stepping through code etc. You can also examine and change the contents of variables, evaluate expressions in debug mode.

4. Eclipse Productivity Tip 4 : Refactoring Java Code

Eclipse supports a number of automatic refactoring operation. Some of the refactoring operations supported by eclipse are Rename, Move, Change Method Signature, Extract Method, Extract Constant, Inline Method/Variable. In this video tutorial, lets take a look at the refactoring options present in Eclipse.

5. Eclipse Productivity Tip 5 : Generating Java Code

Eclipse supports a wide range of Java code generation options - Generate Getter and Setter, Generate Delegate Methods, Generate hashCode() and equals(), Generate toString(), Generate Constructor using Fields. In this video lets look at the various source code generation options in Eclipse.

6. Eclipse Productivity Tip 6 : Keyboard Shortcuts

There is no better way to get productive in Eclipse than using keyboard shortcuts. Here are few very important keyboard shorts in Eclipse.

7. Other Eclipse Tutorials

If you are using eclipse for a significant amount of time, you would want to get more productive in using eclipse. This section covers various tips that help you get more productive. We would start with few simple productivity tips - Save Actions, Automatic Java Code Formatting and Source Generation. Then we move on to important Keyboard Shortcuts in Eclipse

8. Learn C, C++, C# and Java Language : Free Tutorials and Videos

We provide C, C++, C# and Java tutorials and videos - teaching basics and advanced concepts.

Learn Programming through code examples & exercises with focus on basics. Our online beginner's tutorials are full of programming examples. Focus is on understandable code with simple functions. Tutorials are also available in pdf format for download.
Read More

Wednesday, October 17, 2012

Eclipse Tutorial For Beginners


Eclipse is one of the best Java IDE's around. In this video tutorial, we focus on beginner's and intermediate users of eclipse. Beginners can start with creating their first java program using eclipse - Hello world program and then move onto important eclipse concepts like View, Perspectives, Debug Mode and more.. Intermediate Eclipse users can focus on how to improve their productivity. Videos are available on topics like Save Actions, Keyboard Shortcuts and Source Generation.

1. First Java Program - Hello World - using Eclipse

In this video, let's learn to create a java program using Eclipse. And we would like to follow tradition too. So, let's start with creating "Hello World Program". We will create a new project, create a new class called HelloWorld and learn how to run this java program.

2. Editing your Java Program

This video tutorial talks about the best practices in editing a Java Program in Eclipse.

3. Eclipse Views and Perspectives

In this section let's look at two important eclipse concepts : Views and Perspectives.

3.1 Eclipse Views

This video introduces the concept of views and explains various views in eclipse. Package Explorer View, Outline View, Problems View and more.

3.2 Eclipse Perspectives

This video introduces the concept of perspectives and explains various perspectives in eclipse. Java Perspective, Debug Perspective, Java Browsing Perspective and more..

4. Writing a JUnit Test using Eclipse

This video explains how to do unit testing with eclipse. Create your first JUnit test and learn how to run it.

5. Debugging a Java Program using Eclipse

This video explains how to debug a java program with eclipse. Learn about debug perspective. Get introduced to BreakPoints, variables, step into and step over features/views in eclipse.

6. Refactor Java Program using Eclipse

This video explains how to refactor a java program with eclipse. Learn how to rename variables,methods & classes. Learn how to extract a new method. Various other refactoring topics are also discussed.

7. Other Eclipse Tutorials

If you are using eclipse for a significant amount of time, you would want to get more productive in using eclipse. This section covers various tips that help you get more productive. We would start with few simple productivity tips - Save Actions, Automatic Java Code Formatting and Source Generation. Then we move on to important Keyboard Shortcuts in Eclipse.

8. Learn C, C++, C# and Java Language : Free Tutorials and Videos

We provide C, C++, C# and Java tutorials and videos - teaching basics and advanced concepts.
 
Learn Programming through code examples & exercises with focus on basics. Our online beginner's tutorials are full of programming examples. Focus is on understandable code with simple functions. Tutorials are also available in pdf format for download.
Read More

Wednesday, October 10, 2012

Thank You! More Tutorials Coming your way soon!

We are proud to announce that we are 1000+ Subscribers strong and just completed 50,000 Views on Youtube. As you all know we started the website with the aim to "Teach Programming to 1 Lakh Indians."

We are receiving requests to create video tutorials on varied range of topics - Java EE(Jsp, Servlets, Spring, Struts etc), Data Structures & More..

In the last month we have created videos on Programming Logic, Turbo C++ IDE, Advanced topics in C in telugu and Complete C++ tutorial in telugu.

Our plan for next couple of months is to create more videos on Java (in English), Eclipse (in English), Maven (in English) and Programming Logic (including Data Structure's).
We are thankful to you for helping us take a step further towards our goal "Teach Programming to 1 Lakh Indians."

As you would recognize, we would need more help from you to reach our goal. Please feel free to share this with your friends. You can subscribe to receive new videos and tutorials on email by clicking this link.

Thank You and as always "Programming == Fun"
Read More