Author Archives: Eswar

Insurance Agent Samurai Project Concept

The Insurance Agent Samurai is a major component in the electronic Systems of Insurance Companies. The Insurance agent’s Samurai is the system meant for insurance agent that helps to automated most of the functionalities in the insurance policy related activities. This system s Read More..

Criminal Detention Portal Project Concept

This project is aimed at developing a Criminal Detention Portal that is a collection of registers and reports for the effective management of prisons. Besides this police and government officials can see crime/criminals reports for their purpose. Functionalities: 1.  Case regist Read More..

Grievence Handling System Project Concept

Functionalities: 1. Admin Services – The Admin Services are some common services like User Authentication, User-Service-Role Mapping and User Management 2. Grievence handling and status reporting to employee 3.  Griveance Manager should resolve the complaint raised by Empl Read More..

Point Of Sale (POS) Project Concept

This project is a very popular and widely used in many big supermarket / departmental stores and is used to cater the need of the sales system there. This is an online system and is used maintain / control most of the activities happening in big stores. Functionalities: 1. Basica Read More..

Pedantry System Project Concept

This project is aimed at developing an online intranet knowledge mgmt system that is of importance to either an organisation or a college. The Pedantry system  is an Intranet based application that can be accessed throughout the organisation or a specified group/Dept. This syste Read More..

NTT Banking System Project Concept

This project was developed for NTT Data. The project contains modules namely Registration module, Deposit module, Loan module and Daybook module. I have involved in registration module. The Registration module caters to registered shareholder information, deposit module maintains Read More..

Trade Port Project Concept

Trade Port is a multi-exchange, integrated cash and derivatives order management, order routing and risk management system for brokerage houses and stock exchange intermediaries. Trade Port consists of two front-end applications – TradePort Control Workstation (CWS), Trade Read More..

Trade Flow Manager (TFM) Project Concept

Trade Flow Manager is a system, which validates and enriches the trades that come from various sources. It also checks if an approval is required for the trade. Approval or Rejection can be done through a UI Screen. This system comes into picture before comparison and Reconciliat Read More..

Transaction in Java With Example

Transaction Resultset in Java With Example. This Java Transaction example describes the basic operations performed on the Transaction database connectivity code.In this example you will learn about how to write java code for Transaction with oracle database. Program: import java. Read More..

Scrollable Resultset in Java With Example

Scrollable Resultset in Java With Example. This Java Scrollable Resultset example describes the basic operations performed on the JDBC Scrollable Resultset database connectivity code.In this example you will learn about how to write java code for Scrollable Resultset with oracle Read More..

Prepared Statement in Java With Example

Prepared Statement in Java With Example. This Java Prepared Statement example describes the basic operations performed on the JDBC Prepared Statement database connectivity code.In this example you will learn about how to write java code for Prepared Statement with oracle database Read More..

Callable Statements in Java With Example

Callable Statements in Java With Example. This Java Callable Statements example describes the basic operations performed on the JDBC Callable Statements database connectivity code.In this example you will learn about how to write java code for Callable Statements with oracle data Read More..

Batch Update in Java with Example Program

Batch Update in Java with Example Program. This Java Batch Update DB (database) example describes the basic operations performed on the JDBC Batch Update database connectivity code.In this example you will learn about how to write java code for Batch Update with oracle database. Read More..

Update Table Code in Java using JDBC Concept

Are you looking for Java Code which help you to update the table values into database table. Then you are into correct place only. The following program will help to update the set of fields into database for particular rows selection. In this following program i am updating the Read More..

ResultSet in Java Example Program

ResultSet in Java example JDBC Concepts. This Java ResultSet DB (database) example describes the basic operations performed on the JDBC ResultSet database connectivity code.In this example you will learn about how to write java code for ResultSet with oracle database. Program: im Read More..

Java Insert into Table JDBC Concepts

The following Core Java database connection program will help you to understand how to insert data into Oracle database tables through java code. This simple Java example program will make you to understand the flow and steps to develop Java Insert into table concept. Program: i Read More..

Create Table in Java DB JDBC Concepts

Create Table in Java DB JDBC Concepts. This Java Create Table DB (database) example describes the basic operations performed on the JDBC create table database connectivity code.In this example you will learn about how to write java code create database table with oracle database. Read More..