Posts

Showing posts from November, 2016

How to Converting JDBC Result Sets to XML ?

This tutorial is designed to assist JavaTM developers who need to extract information from a database and place it into an XML document.  The tutorial assumes that you are already familiar with Java and XML in general, and the Document Object Model (DOM) in particular. You should be familiar with Java programming, but prior knowledge of database connections using JDBC is not required to master the techniques described in this tutorial.  The tutorial briefly covers the basics of SQL. GUI programming knowledge is not necessary because application input/output is handled from the command line. The links in Resources on page 26include referrals to tutorials on XML and DOM basics, and to a detailed SQL backgrounder.           >>   To get complete guide click here.

How to setup SVN server on ubuntu 14.04 ?

SVN ( Subversion ) is an opensource version control system. it is used to store previous changes of your project files like documentation, coding etc. also you can track and identify who made the particular changes in the project files . Here in this article we can see how to setup SVN server on ubuntu 14.04 . Let’s start the installation .      >>    To get complete installation guide click here.

How to Install Eclipse IDE on Ubuntu ?

Eclipse  is a well known Integrated Development Environment. It is used by developers all around the world to code their application, it is primarily developed in Java, but programmers can use it to code their applications in various languages like C/C++, COBOL, Fortran, Perl, PHP, Python, Ruby on Rails etc. It is a cross platform application and runs fine on Microsoft Windows, Linux, Solaris and Mac OS. It offers a base workspace and an extensible plug-in system for customization. The very first version of eclipse was launched in June 2004 and it has been under consistent development till date. Everything in eclipse is a plugin, so its pretty easy to integrate new plugins to extend its functionality. There are both paid, and free third party plugins available to customize the functionality of this wonderful development environment. Eclipse provides tools for Server, Web and Modeling platforms.       >>     For complete installation guide click here.

How to Install NetBeans IDE 8.0 in Ubuntu ?

NetBeans IDE 8.0 was finally released on March 18, 2014, which provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies.             >>   For downloding netbeans-8.0 click here             >>   For installation guide click here

How to Install Oracle Java 8 on Ubuntu ?

If you want to install the Oracle JDK, which is the official version distributed by Oracle, you will need to follow below steps. 1)   First, add Oracle's PPA, then update your package repository.               sudo add-apt-repository ppa:webupd8team/java sudo apt-get update 2)  Then, depending on the version you want to install, execute one of the following       commands       [A]   To install JDK 9, use the following command:              sudo apt-get install oracle-java9-installer       [B]    To install JDK 8, use the following command:              sudo apt-get install oracle-java8-installer       [C]    To install JDK 7, use the following command:              sudo apt-get install oracle-java7-installer       [D]    To install JDK 6, use the following command:               sudo apt-get install oracle-java6-installer 3) For detail information click here

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu ?

A "LAMP" stack is a group of open source software that is typically installed together to  enable a server to host dynamic websites and web apps. This term is actually an acronym which  represents the  L inux operating system, with the  A pache web server. The site data is stored in a  M ySQL database, and dynamic content is processed by  P HP. To install LAMP using only a single click follow the bellow link.         >>    Download Run File for LAMP Stack Herare         >>   Click Here

How to create partitions in Ubuntu while installing?

Hii guys follow the below link for step by step guide about How to create partitions in Ubuntu during installation process.         >>   Installation guide without partitions click here           >>   Installation guide with custom partitions click here

How to install Dspace ?

Dear users please follow the below link to install the dspace either in Windows or in Linux based operating system. 1)  Linux based installation guide         >>     Click Here 2)  Windows based installation guide        >>    Click Here

Types of application we can developed using OpenCV.

OpenCV's application areas include: 2D and 3D feature toolkits Egomotion estimation  Facial recognition system Gesture recognition Human–computer interaction  (HCI) Mobile robotics Motion understanding Object identification Segmentation  and recognition Stereopsis  stereo vision: depth perception from 2 cameras Structure from motion  (SFM) Motion tracking Augmented reality

What is OpenCV ?

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code. The library has more than 2500 optimized algorithms, which includes a comprehensive set of both classic and state-of-the-art computer vision and machine learning algorithms. These algorithms can be used to detect and recognize faces, identify objects, classify human actions in videos, track camera movements, track moving objects, extract 3D models of objects, produce 3D point clouds from stereo cameras, stitch images together to produce a high resolution image of an entire scene, find similar images from an image database, remove red eyes from images taken using flash, follow eye movements, recognize scenery and

What are the benefits of using DSpace?

Getting your research results out quickly, to a worldwide audience  Reaching a worldwide audience through exposure to search engines such as Google  Storing reusable teaching materials that you can use with course management systems  Archiving and distributing material you would currently put on your personal website  Storing examples of students’ projects (with the students’ permission)  Showcasing students’ theses (again with permission)  Keeping track of your own publications/bibliography  Having a persistent network identifier for your work, that never changes or breaks  No more page charges for images. You can point to your images’ persistent identifiers in your published articles. What can DSpace be used for? DSpace can be used to store any type of digital medium. Examples include: Journal papers Data sets Electronic theses Reports Conference posters Videos Images

Top 20 Common HR Interview Questions And Answers

1. Tell me about yourself. This is probably the most asked question in a interview. It breaks the ice and gets you to talk about something you should be fairly comfortable with. Have something prepared that doesn't sound rehearsed. It's not about you telling your life story and quite frankly, the interviewer just isn't interested. Unless asked to do so, stick to your education, career and current situation. Work through it chronologically from the furthest back to the present. 2. Why are you looking for another job (or why did you leave your previous job)? On the surface, this appears to be a simple question, yet it is easy to slip. I would suggest not mentioning money at this stage as you may come across as totally mercenary. If you are currently employed, you can say it's about developing your career and yourself as an individual. If you are in the unfortunate position of having been downsized, stay positive and keep it brief. If you were fired, you should

Technology used behind Dspace

--> DSpace is a set of co-operating Java web applications and utility programs that maintain an asset store and an associated metadata store.  --> The web applications provide interfaces for administration, deposit, ingest, search and access. The asset store is maintained on a file system or similar storage system. --> The metadata, including access and configuration information is stored in a relational database and supports the use of PostgreSQL and Oracle database. --> DSpace currently support two primary web interfaces: JSPUI which uses JSP and the Java Servlet API and XMLUI (aka Manakin) based on Apache Cocoon, using XML and XSLT.  --> DSpace holdings are made available primarily via a web interface, but it also supports the OAI-PMH v2.0, and is capable of exporting METS (Metadata Encoding and Transmission Standard) packages.  --> DSpace supports the common interoperability standards used in the Institutional repository domain, such as Open

Dspace History

--> The first public version of DSpace was released in November 2002, as a joint effort between developers from MIT and HP Labs.  --> Following the first user group meeting in March 2004, a group of interested institutions formed the DSpace Federation, which determined the governance of future software development by adopting the Apache Foundation's community development model as well establishing the DSpace Committer Group.  --> In July 2007 as the DSpace user community grew larger, HP and MIT jointly formed the DSpace Foundation, a not-for-profit organization that provided leadership and support. In May 2009 collaboration on related projects and growing synergies between the DSpace Foundation and the Fedora Commons organization led to the joining of the two organizations to pursue their common mission in a not-for-profit called DuraSpace.  --> Currently the DSpace software and user community receives leadership and guidance from DuraSpace.

What is Dspace ?

DSpace is a platform that allows you to capture items in any format – in text, video, audio,and data. It distributes it over the web. It indexes your work, so users can search andretrieve your items.  It preserves your digital work over the long term.DSpace provides a way to manage your research materials and publications in aprofessionally maintained repository to give them greater visibility and accessibility overtime. DSpace is typically used as an institutional repository. It has three main roles: Facilitate the capture and ingest of materials, including metadata about the material Facilitate easy access to the materials, both by listing and searching Facilitate the long term preservation of the materials

Top 5 Websites for Java Application Examples with source code

Planet Source Code A valuable database full of Java programs, Planet Source Code boasts one of the largest Java code databases I’ve seen on the internet. Within the website, you’ll find the source code for thousands of Java applications, games, and utilities. Some of the categories on Planet Source Code even include programs dealing with security, data structure, and applets–to name a few. Freeware Java Hands down one of my favorite sites as a Java Resource, Freeware Java provides source code for  hundreds and hundreds of games and applications. This is by far one of the most valuable websites I’ve had access to over the past year for learning Java. Java Galaxy Java Galaxy is another internet database with hundreds of applications and games complete with free source codes for your learning pleasure. The difference between Java Galaxy and some of the other source code databases in this article is that Java Galaxy source codes are smaller and simpler–the programs aren’t as

Top 18 Tools for Java developers

Gradle :  Build tool. Automates the building, testing, publishing, deployment, and more of software as well as generating static websites or documentation. Eclipse :  Open-source integrated development environment (IDE). If you could have just one tool for Java development, Eclipse would be a good choice. IntelliJ :  IDE made by JetBrains, available in an Apache 2-licensed community edition and a commercial edition. IntelliJ provides similar features to Eclipse, with a smooth, developer-friendly experience. YourKit :  Java profiler. Combines powerful analysis capabilities, on-demand profiling during both development and production, free embedding into production, and seamless IDE and application server integration. Clover :   Code coverage tool from Atlassian. Runs in your IDE or continuous integration system, and includes test optimization to make tests run faster and fail sooner. Mockito :  Mock library. Open-source testing framework that enables the creation,

Important website list for Interview preparation.

The following website provide thousand's of MCQ as well as descriptive type question for all  the student who are currently doing interview preparation. So visit the below website and go  forward in your preparation. 1)  www.sanfoundry.com 2)  www.cquestion.com 3)  www.indiabix.com 4)  www.careerride.com 5)  www.interview-made-easy.com 6)  www.techfaq360.com 7)  www.examveda.com

Frequently asked program definition in interview.

Hello friends following is the definition of important program which are frequently asked in most interview. 1)  Write a program to swap two numbers without using a third variable. 2) Write a program to swap two numbers using bit-wise operators. 3)  Write a program to check whether the given number is a prime. 4)  Write a program to check whether the given number is a palindrome c number. 5) Write a program to check whether the given string is a palindrome. 6) Write a program to generate the Fibonacci series.   7) Write a program to print"Hello World"without using semicolon anywhere in the code. 8) Write a program to print a semicolon without using a semicolon anywhere in the code. 9) Write a program to compare two strings without using strcmp() function. 10) Write a program to concatenat two strings without using strcat() function. 11) Write a program to reverse a string. 12) Write a program to find the GCD of two numbers. 13) Write a c prog