Quantcast
Channel: JAVAbyNATARAJ
Viewing all 63 articles
Browse latest View live

Hibernate Notes by Mr.Nataraj from Sathya Technologies

$
0
0
Mr.Nataraj sir explains Hibernate in detail, any body can understand his classes easily even he is beginner in Database. These classes were happened from 15th July 2010 to 25 Sept 2010. This is a scanned copy of Hibernate notes in PDF file.
Hibernate Notes by Nataraj sir from Sathya Technologies
This contains the below topics contains in PDF:
Read more »

Spring notes by Mr.Nataraz from Sathya Technologies

$
0
0
Spring notes is written by one of the students of Mr.Nataraj sir. These classes were started at 28th Nov 2011 in Sathya Technologies. The guy who wrote this notes he didn't mention his name any where in the notes. But he attended almost all the classes. Now Nataraj sir providing his services with DurgaSoft.

This notes will cover all the topics given below:
Spring Notes by Nataraj Sir_JavabynataraJ
Read more »

Web Services Notes by Nataraj sir from Sathya Technologies

$
0
0
Web Services Notes by Nataraj sir from Sathya Technologies.This is a scanned notes in PDF formatt you can easily download or you can print easily. These classes were hapenned on 25th August 2011. This file contains totally 94 pages of classes. Mr.Nataraj explained all the topics in easy way to understand any student. This notes will cover all the topics including  SOA ,XML, DTD, XSD, XSLT, SAX, DOM, JAXP, JAXB, WSDL, SOAP, UDDI and RESTful Web Services.
WebServices Notes by Nataraj sir_JavabynataraJ

topics covered in the notes:
Read more »

WebLogic Server Administration PDF Guide from DurgaSoft

$
0
0
This material is from Durga Software Solutions.WebLogic is a server software application that runs on a middle tier between database and related applications or browser.WebLogic server is based on Java 2 Platform, Enterprise Edition (J2EE), the standard platform used to create Java-based multi-tier enterprise applications.
WebLogic Server Administration PDF Guide from DurgaSoft_JavabynataraJ
J2EE platform technologies were developed through the efforts of BEA Systems and other vendors in collaboration with the main developer, Sun Microsystems. Because J2EE applications are standardized modules, WebLogic can automate many system-level tasks that would otherwise have demanded programming time.
The PDF file contains the topics mentioned below.
Read more »

Struts Notes by Mr.Ramesh from DurgaSoft

$
0
0
In Current market almost all projects are running with advanced frameworks like Struts 2,Spring,Hibernate and WebServices instead of using Struts 1.2(1.X). But Still most of the companies are using the same technology(Struts 1.2) to maintain the previous projects developed by Struts 1.2 and to provide support for the online banking and some HealthCare projects. So learning 1.2 also give you good oppurtunities in the current market. So go ahead to learn Struts 1.2.
Struts notes by Mr.Ramesh from DurgaSoft_JavabynataraJ
This Struts material was delivered by Mr.N.Ramesh is a Real time expert from Durga Software Solutions.DurgaSoft prepared this softcopy. This PDF file contains 98 pages with the contents given below.
Read more »

When to use ensureCapacity method in java

$
0
0
In java Colleciton framework ArrayList and Vector classes contains ensureCapacity(int minCapacity)method to reduce or manage the amount of incremental memory allocation.
When to use ensureCapacity method in java_javabynataraj
Each ArrayList instance has a capacity. The capacity is the size of the array used to store the elements in the list. It is always at least as large as the list size. As elements are added to an ArrayList, its capacity grows automatically.

An application can increase the capacity of an ArrayList instance before adding a large number of elements using the ensureCapacity operation. This may reduce the amount of incremental reallocation.
Read more »

How to change Context-root of an application in MyEclipse

$
0
0
Before going to develop a web application, make sure all the settings and properties of MyEclipse, java and tomcat settings. If you have any doubts while Configuring java in MyEclipse or Installing and configuring Tomcat in your local machine or Configure the Tomcat in your MyEclipse to develop your web application take a look at my previous posts.

How to change Context-root of an application_JavabynataraJ
Normally we work on the same project most of the time with the same application name(context-root). When ever we take a new workspace in our local machines we may confuse while deploying the application in Tomcat or any other server. Other wise we have to remove the old deployed project and deploy the latest project. To overcome this problem, we can change the Context-root of our application. So that we can deploy the same web application with different names.
Read more »

Core Java notes by KVR from Sathya Technologies

$
0
0
MR K.Venkateswara Rao (KVR) is a famous core java faculty from Sathya Technologies, Ameerpeta, Hyderabad. Mr.KVR is having more followers and good name in students. You can watch this video, how the class room will be.
Core Java Notes by KVR from SathyaTechnologies_JavabynataraJ
Actually i didn't find any of the KVR sir image to post here. If you find any image or link to the KVR please leave a comment below. So that i can update with latest information. This PDF file(Core Java Notes) contains all the topics given below.
Read more »

Spring and Hibernate by Santosh from Santosh Technologies

$
0
0
Santosh Kumar K has been associated with training and development on java and its related Technologies since 2001.
Spring and Hibernate by Santosh_JavabynataraJ

He has conducted training programs for the Corporate Sector involved in enterprise application developments on the J2EE technologies and other frameworks like Struts,JSF,Spring and Hibernate. His seminars and workshops are well known for their high quality content backed by his unique style of delivery.
Read more »

Download Struts Hand Book by Santosh Kumar K

$
0
0
In this book you will learn an open source web-application framework from Apache group for simplifying the web application framework from apache group for simplifying the web application development.
Download Struts Hand Book by SantoshKumarK_JavabynataraJ
Mr. Santosh Kumar K is having great teaching experience with Santosh Technologies. This book was released when he is working in his own Company Santosh Technologies. He has written a book on Spirng and Hibernate technologies as well.The Book contains the below index on Struts Framework.
Read more »

Maven The Definitive Guide pdf Download

$
0
0
What is Maven? Maven is a “build tool”, used to build deployable artifacts from source code.I think you may got an idea about Ant. Ant also a build tool then What is the difference?
Maven The Definitive Guide Download_JavabynataraJ
The difference is ..A build tool such as Ant is focused solely on preprocessing, compilation, packaging, testing, and distribution. A project management tool such as Maven provides a superset of features found in a build tool. In addition to providing build capabilities, Maven can also run reports, generate a web site, and facilitate communication among members of a working team.
Read more »

Why public static void main(String args[])

$
0
0
In most of the java interviews either for freshers or experience guys frequently facing this question. This will be easy when you have full idea about access specifiers and modifiers in java. Lets discuss about our mantra
public static void main(String args[]).
why public static void main in java_JavabynataraJ
What is the Importance of the public static void main(String args[ ])
Whether a class contains main( ) or not and whether the main( ) is declared based on  requirement, these all are things are won't be checked by compiler,these things are checked by JVM at Runtime.
Read more »

Head First JavaScript eBook Download

$
0
0
Who ever want to become a web developer and the designer, those should go through the JavaScript. This will provide you good knowledge on web pages.
Head First JavaScript eBook Download_JavabynataraJ
you learn from the Head First JavaScript:
  • The basics of programming, from variables to types to looping
  • How the web browser runs your code, and how you can talk to the browser with your code
Read more »

myeclipse not responding while opening jsp page

$
0
0
While working on MyEclipse, when you try to open jsp page in default MyEclipse Visual Jsp Designer it won't respond quickly or will crash sometimes. To avoid this problem we have two solutions.. follow the steps below given.
myeclipse not responding while opening jsp page_JavabynataraJ
Solution #1:
Open your MyEclipse, then go to Window menu then select Preferences
Read more »

Head First HTML5 Programming eBook Download

$
0
0
You want to create web pages that are dynamic, interactive, data-rich,connected. Wait, web pages? Why not use HTML5 to create full-blown web applications? And, why not do it using modern techniques that apply as easily to your desktop browser as they do to mobile devices? And, of-course, you want to do it with all the newest HTML5 technologies, like Geo location, video, 2D drawing, web storage, web workers and more.
Head First HTML5 Programming eBook Download_JavabynataraJ
Read more »

How to Iterate or Traverse a Map in Java

$
0
0
Iterating a Map is not like a List Iteration. Map is having key-value pair to store the elements. Based on key,we can retrieve mapped value.To Iterate or loop a map we have 3 ways using with the help of Map.Entry, keySet() and entrySet()methods.
How to Iterate or Traverse a Map_Javabynataraj
Explanation about Map.Entry,keySet() and entrySet()
Read more »

Head First Design Patterns eBook Download

$
0
0
Normally Computer Science Academic text books are written in highfalutin language. But there is nothing wrong in that to have that type of languge. Here O'Reilly's Head First series breaks the textbook mold with verve.The most successful Head First effort, introducing the point of design patterns, the families of design patterns, and a selection of specific patterns with ease and elegance. 
Head First Design Patterns Download_JavabynataraJ

Head First Design Patterns is a great way to get a good overview (and some meat) about design patterns.
Read more »

DurgaSoft SCJP Notes Part-I Download

$
0
0
Mr.Durga is a famous faculty in Hyderabad. He teaches the core java for the beginners and also will give the training for the OCJP(SCJP) exam. The way of explaining core java any one can understand clearly. If you see the java videos from YouTube he explains each line three times to understand the trainee and to make them write notes. This PDF material Part-I contains all the basic concepts up to Type Casting.
The Introduction part covers the below topics.
DurgaSoft SCJP Notes by Durga Sir_JavabynataraJ
Read more »

DurgaSoft OCJP(SCJP) Notes Part-II Download

$
0
0
DurgaSoft is a software training and development company. Mr. Durga is one of the trainer for OCJP Certification course for the students who are interested to write the exam. Before going to download the second part of this material you can download the first part of OCJP part-I notes. He covered almost all the core java and exam topics in this class notes. No other faculty or trainee in the Hyderabad can't beat Durga sir in explaining the core concepts and giving in the exam questions. 

Durgasoft OCJP Notes Part-II_JavabynataraJ
Read more »

Guidelines to be followed by a Java Developer

$
0
0
Every java developer has to follow some standards to develop a good quality-software. In the Coding standards Oracle(Sun) has given some set of rules in java  and the developers must follow.Standards lead to consistency and help software engineers avoid common problems. A development environment that uses Java standards has the following advantages:
Guidelines to be followed by a Java Developer_JavabynataraJ
  1. Developers can view any Java software and quickly figure out what is going on.
  2. Developers new to Java are spared the need to develop a personal style.
  3. Developers make fewer mistakes in consistent environments.
  4. Discussions about the appropriateness of a language feature are reduced at code reviews.
Read more »
Viewing all 63 articles
Browse latest View live


Latest Images