Powered by Blogger.

Creating a review from Atlassian FishEye

>> Saturday, July 20, 2013

FishEye Logo_JavabynataraJFishEye is an Atlassian tool to Search, track and visualize code changes. This provides a read only window into your Subversion, CVS, Git and Mercurial repositories, all in one place. This will keep a pulse on everything about your code. FishEye can can visualize and report on activity,integrate source with JIRA issues, and search for commits,files,revisions, or people. FishEye is one of the best tool form the Atlassian products.

Read more..

Head First jQuery eBook pdf Download

>> Saturday, July 13, 2013

HeadFirst jQuery_JavabynataraJIf you are starting career as a web developer, then you should come across all these technologies like HTML,java script,CSS and jQuery. Jquery is the great scripting technology to develop web animations and effects on web pages. Be aware on HTML and javascript these are the grand father to jQuery. Head First jQuery book explains to reader from very basic way.

What we can learn from this book?

Head First jQuery is your express ticket to engaging, interactive web-sites that look and feel real applications.

Read more..

Installing and Setting Classpath for Java

>> Saturday, July 6, 2013

Installing and Setting Classpath for Java_JavabynataraJBy seeing this post title you may get doubt. We already installed java and able to run programs also. Why this again? Actually i got a mail from java beginners like they are getting some problem while installing java and setting classpath on their Systems. So just a walk through regarding java installation and Setting classpath.

Let's start our java Installation:
Download Java latest version from oracle. Here i am going to install java 6.0. After downloading Double click on it. The process will start as shown in the below image.

Read more..

Oracle JDBC Connection Test

>> Saturday, June 22, 2013

Oracle JDBC Connection Test logoHere we are starting our first JDBC program after installing Oracle 10g XE in our local machine. Connecting Oracle database through java is little bit interesting. We need a medium to connect Oracle throug java for that java has provided four types of drivers in API. JDBC having four types of drivers to connect Databases.Here we are using Type 1 driver (JDBC-ODBC Bridge Driver) "sun.jdbc.odbc.jdbcOdbcDriver". This is common driver to connect all databases.
Oracle database through java is little bit interesting. We need a medium to connect Oracle throug java for that java has provided four

 In Our program we are using DriverManager class to get the Connection for Oracle database. For this we use getConnection( ) method. This is a Static method.
This driver is dependent on native libraries of the Operating System. Not recommended for all projects like applets and server client projects.

Read more..

Installing Oracle Database 10g Express Edition

>> Saturday, June 15, 2013

Oracle 10g XE_logoOracle has introduced several features in 10g XE. These are very user friendly and very secure. The main features are: Application Development, Availability, Business Intelligence, Clustering, Content Management, Database Overall, Database Security,Grid Computing, Grid Management, Information Integration, Location Services, Performance and Scalability, Server Manageability, Windows, Workspace Manage.

Let's start installing Oracle 10g XE into our local machines.

Double click on OracleXE exe file to install Oracle

Read more..

Oracle ODBC Driver Configuration in Windows XP

>> Saturday, June 8, 2013

Oracle ODBC Driver logoTo start doing JDBC programs in your local machines you should configure the following softwares:

1. Install Java 1.5 or higher version
2. Install Oracle XE (recommended)
3. Set up classpaths for Java and Oracle and ojdbc14 jar file

These three are common things need to be installed in your system to learn JDBC. Make sure Java and Oracle is working fine with out any problems. To run JDBC programs we should configure a Driver Connection to Java and Oracle to interact each other. For that we have Drivers like a bridge for these two. The Oracle ODBC Driver provides access to Oracle databases for applications written using the ODBC interface.

Setting up an Oracle ODBC Driver and Data Source

Read more..

Related Posts Plugin for WordPress, Blogger...
© javabynataraj.blogspot.com from 2009 - 2022. All rights reserved.