Looking back at 2008Web, 31 Dec 2008
In this blog, I look back at important events that took place in my life in 2008.
Vizag Run 2008Sun, 21 Dec 2008
In this blog, I wrote about my experience with Vizag Run 2008.
There is always a better way!Fri, 19 Dec 2008
A short story that proves "there is always a better way".
Web based appointments scheduler in ASP.NET 3.5Fri, 19 Dec 2008
A web application developed in ASP.NET 3.5 to keep track of appointments of users and providing reminders.
Accessing Stateful Session Bean From Web TierWed, 17 Dec 2008
In this blog, I explain how we can access a stateful session bean from Web tier (Servlet). I use NetBeans 6.1 and Glassfish for this demo.
Received SCBCD 5.0 Certificate PackFri , 12 Dec 200
Yesterday, I have received SCBCD 5.0 certificate pack from Sun Microsystems.
Sun Campus Ambassador - SagarikaThu , 4 Dec 2008
Here I provide details about Sun Campus Ambassador, Sagarika.
Short Story of SindhuSun , 30 Nov 200
A short story about a little girl's sacrifice.
The reality of Academic ProjectsFri, 28 Nov 2008
In this blog, I want to share my opinions about Academic Projects.
I have passed Sun Certified Business Component Developer For Java EE Platform 5 with 96%Tue, 18 Nov 2008
I have just acquired one more credential - SCBCD 5.0. In this blog, I share details of my preparation for this exam.
Bipin Joshi retired from technology fieldFri, 14 Nov 2008
Bipin Josh, an MVP of Microsoft, has recently retired from technology field.
YellowPages.Com - Java EE Project with JSFThu, 30 Oct 2008
A web portal to allow users to add details regarding products and services. It is developed using JSF framework, DAO design patter and Oracle Database.
From-banks-of-godavari-to-google-on-wheel-chairSun, 19 Oct 2008
A truly inspiring story about a boy with no legs, born in poor and illiterate family, who made it to IIT and then to Google.
SCJP Workshop SlidesSun, 19 Oct 2008
Here is the link for my slides and question that I used in SCJP workshop on 28-Sep-2008.
Languages I KnowSat, 27 Sep 2008
In this blog, I wrote about programming languages I know. My journey started with humble Basic and came up to sophisticated C#.
Time Tracker ProjectSat, 27 Sep 2008
Time Tracker is a web application developed with ASP.NET using three layered (PL,BLL,DAL) architecture. It uses SQL Server 2005 to
store data. It is a demo project developed in classroom to show students how to use 3-tiers/layers to build web applications using ASP.NET
and ADO.NET.
Kenexa TrainingSun, 21 Sep 2008
In this blog, I would like to share my experience with training programme at Kenexa Technologies, Rushikonda.
SCJP WorkshopTue, 9 Sep 2008 Here is an opportunity for SCJP aspirant to get all details regarding SCJP. I will also explain answers to some of the
tough questions in SCJP exam.
New syllabus for Microsoft.NET 3.5 CourseSat, 6 Sep 2008
In order to cover .NET 3.5 to greater depth, I have restructured .NET Course.
Accessing Yahoo Search Web Service using JAXB and JSPSun, 24 Aug 2008
In this blog, I show how to use JAXB and JSP to access Yahoo Search Service.
Displaying XML with JSF dataTableSat, 9 Aug 2008
In this blog, let us see how to display data that is in XML document as HTML table using dataTable UI component of JSF.
Processing JSON with JQueryFri, 1 Aug 2008
In this blog, we see how to process JSON using JQuery. It also shows how to add options dynamically to listbox in HTML page using JQuery.
AJAX with JQueryThu, 31 Jul 2008
In this blog, I implemented AJAX with JavaScript library called JQuery. We also see how to use JSON with JQuery.
Implementation of Security in Web and EJB tiers using GlassFish V2Fri, 18 Jul 2008
In this blog i have given steps to be taken to implement declarative secuirty in Web and EJB tiers of a Java EE application.
To Certify or Not To Certify - Blog by PaulFri, 11 Jul 2008
Here is an interesting blog by Paul Sorensen - Director, Oracle Certification.
Oracle Sample Database - Students DatabaseFri, 11 Jul 2008
There are sample tables regarding students, payments, batches and courses. I have provided commands
to create table, insert data and query tables.
Sample programs on JDBC RowSet are added to JDBC ProgramsThu, 3 July 2008
RowSet in JDBC is an extension of ResultSet. Here are some examples regarding JoinRowSet, WebRowSet and
FilteredRowSet.
ASP.NET 3.5 Project - Website To Store Photos - Photos.ComFri, 20 Jun 2008
This is a website developed in classroom for .NET 3.5 batch. It shows how to use ASP.NET, C#, SQL Server
and other concepts of .NET 3.5 to build a website that allows user to upload photos and share them with others.
A Short StoryTue, 17 Jun 2008
I received a heart-touching story from my friend. I want to share that with you.
Chat Server and Chat Client in JavaTue, 17 Jun 2008
I have written a simple chat server and client applications based on socket programming and multithreading in Java. Client
application uses Swing components for interface.
Converting XML elements to attributes to use with GridViewSun, 8 Jun 2008
We can use XSL to convert elements of an XML document to attributes. This is required in order to use document with
GridView as GridView exptects data in the form of attributes.
Using ObjectDataSource and GridView with OracleThu, 5 Jun 2008
ASP.NET doesn't provide a data source control to connect to Oracle. However, ObjectDataSource can be used
to access data from Oracle using a class and then it can be bound to Gridview.
Validating and comparing dates with JavaScriptMon, 2 Jun 2008
Validating and comparing dates taken from user in HTML forms are very common tasks. In this blog, I show
how to use JavaScript to validate and compare dates.
Using UTL_FILE in Oracle10g XESun, 1 Jun 2008
UTL_FILE is a package supplied by Oracle to allow programmers to read and write files from PL/SQL in Oracle.
We will see how to read and write files using UTL_FILE.
Creating a distributed application using .NET RemotingSat, 31 May 2008
Remoting allows you to build distributed applications in .NET. In this blog, we build a simple server and client applications with .Net Remoting
using C#.
Certification FAQsSat, 31 May 2008
Certification exams are the best way to asses the capability of the candidate. Here are the details
regarding different certification exams offered by IT giants like Microsoft, Sun and Oracle.
.NET VersionsSat, 31 May 2008
Version numbers of .NET have become quite confusing. Here I provide details of different versions to mitigate
your confusion regarding .NET versions.
Socket programming using C#.NETWed, 28 May 2008
In this blog, I show how to create a simple server socket and client socket using C#.NET.
Opening MSWord Document From JavaTue, 27 May 2008
This program shows how to open Microsoft Word document from Java using Desktop class provied from Java 6.0 onwards.
Sending Mail In ASP.NET 2.0 Using GmailMon, 26 May 2008
This is a program to send a mail using SMTP server of gmail.com. It sends a mail from my
gmail's account to yahoo's account.
Learn How To Handle Database Mon, 25 May 2008
A lot of students tend to ignore the importance of database. Every application developer must
understand how to handle Database.
New Oracle Certification - Oracle Database : SQL Certified Expert (23-May-08) Mon, 23 May 2008
Oracle has recently introduced a certification exam allows developers to prove their skills of SQL.
.NET and ASP.NET Faqs Revised (22-May-08) Mon, 22 May 2008
I have rewritten and added FAQs related to .NET Framework and ASP.NET.
Customizing Login Controls In ASP.NET (16-May-08) Mon, 16 May 2008
Login controls allows you to automate login, creation of user and other operations related to members. In this blog,
I developed an application that customizes login control to add more functionality. This application also
makes use of GridView and ObjectDataSource controls to display members and delete selected member.
ASP.NET 3.5 Project - Social Networking Website (Friends.Com) - 12-May-08 Mon, 12 May 2008
This is a classroom project mainly to teach students of ASP.NET 3.5 how to build a web application
using ASP.NET , C# and SQL Server 2005. This application allows members to create friends and communities.
Web based HelpDesk application using JavaServer Faces (JSF) (23-Apr-08)Web, 23 Apr 2008A web based HelpDesk application is developed using JSF, JDBC and Oracle. It shows how to develop a
web application using JSF components, Managed Beans, Data Access Object design pattern and Oracle Database 10g.