Mihica Pandey

Greenhorn
+ Follow
since Jun 12, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mihica Pandey

I have j2sdkee1.2.1 on me & have successfully deployed EJB's on this server.Now ,I have written my bean & wanna deploy it on WAS(Websphere Apllication server).But I can't compile my bean 'coz it picks jdk1.3's tools.jar(as mentioned in the ClassPath) which certainly does not have javax.ejb package & I get compile time error.
How do i import this package?
Anjali Chauhan
Date of Birth: 1st March 1974
S-2,D-311
Ramprastha
Ghaziabad-201010
Tel. : 91- 4627268(R) Email: anjalibhatia_123@hotmail.com
anjali.chauhan@timesgroup.com
� FUNCTIONAL EXPERIENCE(Two yrs experience plus)
TIMES INTERNET LTD., Delhi
Designation : Software Engineer
Project #1 : Coding and maintaining TimesGroup website www.economictimes.com.
Overview : Involved Java programming that converts text files to html files with prescribed template. Develop Java code to handle site execution. Incorporate new features using Java and Servlets.
Role: Project Member
Duration : 3.5 months. (15 Aug - 30 Oct 2000)

Project #2 : JSP Coding of TVGuide site of Indiatimes- http://tvguide.indiatimes.com.
Overview : The site is redesigned by separating business logic from data with Oracle as backend. JSP Coding using Beans and Integration with Design templates.Concept of Connection Pooling is also implemented. Testing & deployment done on iPlanet6.0 web Server with Solaris as the operating System for deployment. (jsp version yet to be launched)
Role: Project Leader
Team Size: 3
Duration : 4 months. (15 Nov 2000 - 15 Mar 2001)

Project #3 :Worked on converting a 'cgi' driven E-comm site(timesmm.indiatimes.com) of indiatimes to jsp driven using oracle as the backend.
Roles: Project Leader
Team Size: 4
Duration : 4 months

Project #4 :Currently involved in developing jsps' for administering the E-comm site - astrospeak.indiatimes.com.Platform used is WAS(Websphere Application server3.5) with DB2 as the backend.

IBM-ACE, Delhi
Worked as a trainee programmer for a period of ten months.
Project #1 : Net Banking
Various services provided under NetBanking like Transaction Tracking, Accounts Summary ,Online Payment of bills ,Application & Requests and Transfer Of funds were handled. Servlets and Connection Pooling was used.

Project #2 : Resume Information Management System
This Project is helpful for the HRD people to select the required Personnel from the available resumes for different positions in their organization. Initially, all the resume information is entered into the database. Appropriate data entry screens are provided which are user-friendly and minimise typographical errors. HRD personnel are provided with a user friendly Search-Screens which shows
the availability of the required personnel easily and efficiently. Facilities are also provided for saving the search logic and search results for future reference


SoftPark21, Ghaziabad
Worked in the capacity of a Programmer for One Year


� PROFESSIONAL QUALIFICATION
Application Developer course from IBM, DELHI (May 1999 to May 2000)


Developer HSM course from NIIT, DELHI (1991-1993)


� EDUCATIONAL QUALIFICATION
Masters in Public Administration from Kurukshetra University(1995 to 1997) 64.2%
Bachelor in Commerce-B.com(hons) from Delhi University (1991-1994) 50%

National Eligibility Test (NET) for Lecturership cleared in 1998


� COMPUTER SKILLS
LANGUAGES JAVA, SQL, C++, C.

OPERATING SYSTEMS
Unix, Windows 95/98/NT, AIX.

APPLICATIONS Oracle, DB2, UML, Visual Age.

INTERNET TECHNOLOGY JSP, SERVLETS, RMI, JDBC, CORBA Concepts.

RELATED SKILLS RDBMS Concepts, Object Oriented Design Methodology, Software Engineering, Operating Systems, Adobe Photoshop.


Activities with the Organization
Active Participation in Capability Maturity Model(CMM) training sessions organized by Helwett Parrot Systems for Times Internet Ltd to attain level 5 for the organization.


22 years ago
j2sdkee1.2.1 is installed successfully & when j2ee.bat is run , the server gets started successfully.Instead of cloudscape as database, oracle drivers class is put in the J2EE_CLASSPATH alongwith j2ee.jar inthe lib.Working on Windows-NT(4.0).
J2EE_CLASSPATH =F:\j2sdkee1.2.1\lib\j2ee.jar;F:\j2sdkee1.2.1\lib\system\classes12.zip;F:\j2sdkee1.2.1\lib\system\tildbpool.jar;F:\j2sdkee1.2.1\lib\system\commonlogin.jar
Throws following exception:
Internal Servlet Error:
javax.servlet.ServletException: Unable to load class oracle.jdbc.driver.OracleDriver
Root cause:
java.lang.ClassNotFoundException: Unable to load class oracle.jdbc.driver.OracleDriver
How do I handle this??