Related Presentations:
test
Sunday, April 29, 2012
Sunday, April 22, 2012
Sunday, April 15, 2012
Jenkins Quick Start Guide
Visit my new portal bharaththippireddy.net
Assignment:
1) Download the Jenkins war file from here http://jenkins-ci.org/
2) Deploy jenkins.war to the tomcat webapps folder
3) Download the J2EE Web App project used in the hands on from here - Download Link
4) Update the tomcat.home in the build.properties to point to your tomcat home folder.
5) Configure Continuous Integration for this project using what you have learnt from the presentation.
Other Info
Jenkins User Guide
Related Presentations:
Continuous Integration
J2EE Development Environment For Beginners
Core Java Overview
J2EE Technology Roadmap for beginners
Tuesday, April 10, 2012
Continuous Integration
Visit my new portal bharaththippireddy.net
Up Next:
Jenkins(Hudson Once Up On A Time) Hands On
Related Presentations:
Unit Test Automation
Ant Hands On
Core Java Overview
J2EE Technology Roadmap for beginners
Monday, April 9, 2012
Unit Test Automation
Visit my new portal bharaththippireddy.net
Test Automation gives us instant and continuous feedback to improve the quality of the software under development.You can automate the process of running your JUnits by making them a part of your ant build scripts using the JUnit ANT task.You can also use the JUnitReport Ant Task to generate informative and easy to browse test reports.There are several advantages of test automation which you will learn when i present Continuous Integration and Hudson Hands On next.
JUnit ANT Task
JUnitReport ANT Task
Related Presentations:
JUnit Quickstart Hands On
Ant Hands On
Core Java Overview
J2EE Technology Roadmap for beginners
JUnit ANT Task
JUnitReport ANT Task
Related Presentations:
JUnit Quickstart Hands On
Ant Hands On
Core Java Overview
J2EE Technology Roadmap for beginners
Sunday, April 8, 2012
Saturday, April 7, 2012
JUnit Quickstart Hands On
Visit my new portal bharaththippireddy.net
Home Work:
1)Download this JUnit eclipse project here - BITsJUnit
2)Unzip the contents in to your eclipse workspace
3)Add a test method that makes sure our method returns nothing when you pass a customer name that i not in the map.
Related Presentations:
JUnit Introduction
Ant Hands On
Core Java Overview
J2EE Technology Roadmap for beginners
Monday, April 2, 2012
JUnit Introduction
Visit my new portal bharaththippireddy.net
Coming Soon:
JUnit Hands On/TDD Example
Related Presentations:
Ant Hands On
Core Java Overview
J2EE Technology Roadmap for beginners
Sunday, April 1, 2012
Java I/0 Hands On
Visit my new portal bharaththippireddy.net
Assignment:
1) Download this Eclipse Project - Download Link
2) Unzip it to your eclipse work-space. Import the project in to your eclipse.
3)Try using the different methods on the FileInputStream and FileReader
Related Presentations:
Java Input/Output Streams
Core Java Overview
J2EE Technology Roadmap for beginners
Saturday, March 31, 2012
Tuesday, March 27, 2012
Java Exception Handling Part 2
Visit my new portal bharaththippireddy.net
Home Work:
Related Presentations:
Java Exception Handling
Java Collections
Core Java Overview
Monday, March 26, 2012
Java Exception Handling
Visit my new portal bharaththippireddy.net
Here is my blog On Personal Development,Career Development ,Immigration Visas Etc.
http://bharath-thippireddy.blogspot.com/
Related Presentations:
Java Collections
Core Java Overview
Sunday, March 25, 2012
Java Collections Hands On
Visit my new portal bharaththippireddy.net
Assignment:
1) Download this Eclipse Project - Download Link
2) Unzip it to your eclipse work-space. Import the project in to your eclipse.
3)Try using the different methods on Set,List,Map Interfaces and Collections class.
Related Presentations:
Java Collections Part 3 : Set and Map
equals and hashCode
Core Java Overview
J2EE Technology Roadmap for beginners
Tuesday, March 20, 2012
Java Collections Part 3 : Set and Map
Visit my new portal bharaththippireddy.net
Next:
Collections Hands On
Related Presentations:
equals and hashCode
Java Collections Part 2 : List and Family
Core Java Overview
J2EE Technology Roadmap for beginners
Monday, March 19, 2012
equals and hashCode
Visit my new portal bharaththippireddy.net
Assignment:
Read and understand the hash code contract. The hash Code Contract
Related Presentations:
Java Collections Part 2 : List and Family
Java Collections
Core Java Overview
J2EE Technology Roadmap for beginners
Friday, March 16, 2012
Java Collections Part 2 : List and Family
Visit my new portal bharaththippireddy.net
Home Work:
Read through the following classes and their methods in the Collections API
Collections
RandomAccess
Related Presentations:
Java Collections
Core Java Overview
J2EE Technology Roadmap for beginners
Tuesday, March 13, 2012
Sunday, March 11, 2012
JSP Hands On
Visit my new portal bharaththippireddy.net
Assignment:
1) Download this Eclipse Project - Download Link
2) Import the project in to your eclipse.
3) Update the build.properties by pointing the tomcat .home to your
Tomcat Installation Folder.
4)Play Around with the loginResponseHandler.jsp JSP page.
Up Next:
Core Java Topics
Related Presentations:
J2EE Web Application Hands On
J2EE Web Application Basics
Ant Hands On
Saturday, March 10, 2012
J2EE Web Application Hands On
Visit my new portal bharaththippireddy.net
Assignment:
1) Download this Eclipse Project - Download Link
2) Import the project in to your eclipse.
3) Update the build.properties by pointing the tomcat .home to your Tomcat Installation Folder
4)Play Around!
Coming Soon:
JSP Hands On
Related Presentations:
web.xml:An Introduction
JSP Basics Part 2
Servlet Basics Part 3
J2EE Web Application Basics
Ant Hands On
Monday, March 5, 2012
Friday, March 2, 2012
Wednesday, February 29, 2012
JSP Basics
Visit my new portal bharaththippireddy.net
Assignment:
Browse through the following Servlet Classes and their methods in the Servlet API Documentation - Link to the Servlet Java Docs
GenericServlet
HttpServlet
HttpServletRequest
HttpServletResponse
HttpSession
ServletConfig
ServletContext
Related Presentations:
Servlet Basics Part 3
Servlet Basics Part 2
Servlet Basics
J2EE Web Application Basics
Monday, February 27, 2012
Sunday, February 26, 2012
Servlet Basics Part 2
Visit my new portal bharaththippireddy.net
Related Presentations:
Servlet Basics
J2EE Web Application Basics
J2EE Development Environment For Beginners
J2EE Technology Roadmap for beginners
J2EE Technology Roadmap for beginners
Saturday, February 25, 2012
Sunday, February 12, 2012
J2EE Web Application Basics
Visit my new portal bharaththippireddy.net
For the Next J2EE WebApp Hands-On Session download and install Apache Tomcat by going to the following location - Apache Tomcat Dowload Link
Related Presentations:
J2EE Development Environment For Beginners
J2EE Technology Roadmap for beginners
Ant : Hands On
Wednesday, February 8, 2012
Ant : Hands On
Visit my new portal bharaththippireddy.net
Build file to get you started:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<project name="UserProfileDatabaseLayerProject" default="jar" basedir="."> | |
<property name="src.dir" location="src" /> | |
<property name="build.dir" location="D:\build" /> | |
<property name="project.name" value="UserProfileDatabaseLayerProject" /> | |
<target name="clean"> | |
<delete dir="${build.dir}" /> | |
</target> | |
<target name="makedir"> | |
<mkdir dir="${build.dir}" /> | |
<mkdir dir="${build.dir}/classes" /> | |
</target> | |
<target name="compile" depends="clean,makedir"> | |
<javac srcdir="${src.dir}" destdir="${build.dir}/classes"/> | |
</target> | |
<target name="jar" depends="compile"> | |
<jar destfile="${build.dir}/jars/${project.name}.jar" basedir="${build.dir}/classes" /> | |
</target> | |
</project> |
Next:
J2EE Web Application Basics
Related Presentations:
ANT : The Build Automation Tool
Eclipse IDE : A Realtime Project
XML : An Introduction
J2EE Development Environment For Beginners
J2EE Technology Roadmap for beginners
Sunday, February 5, 2012
Eclipse IDE : A Realtime Project
Visit my new portal bharaththippireddy.net
Next
Ant Hands-On
Related Presentations:
ANT : The Build Automation Tool
J2EE Technology Roadmap for beginners
J2EE Development Environment For Beginners
Core Java Overview
Tuesday, January 31, 2012
ANT : The Build Automation Tool
Visit my new portal bharaththippireddy.net
Mail your Questions and Feedback to : bharathsblog@gmail.com
Home Work
Go through the list of ant tasks - Overview of Ant Tasks
Coming Soon
Eclipse Real-time Project Example
Ant Hands On
Related Presentations:
J2EE Technology Roadmap for beginners
J2EE Development Environment For Beginners
Core Java Overview
Sunday, January 22, 2012
Core Java Overview
Visit my new portal bharaththippireddy.net
Related Presentations:
J2EE Technology Roadmap for beginners
J2EE Development Environment For Beginners
Stay Tuned For
Hands on using Eclipse
Monday, January 16, 2012
J2EE Development Environment For Beginners
Visit my new portal bharaththippireddy.net
Up Next
Core Java Basics and
Hands on using Eclipse
Things to do
Download Eclipse - Eclipse Download Link
Download JDK - JDK Download Link
Related Presentations:
J2EE Technology Roadmap for beginners
Saturday, January 7, 2012
Web Service Standards
Visit my new portal bharaththippireddy.net
Whats Next?
J2EE Development Environment for beginners
Related Presentations
1)XML : An Introduction
2)XML Schema Definition : Theory and Practice
3)XML Namespaces in Five Minutes
4)Web Services Overview For Everyone
5)WSDL Explained
Subscribe to:
Posts (Atom)