Tuesday, January 25, 2011

Simple STRUTS Project

Hi friends...

     After a long time i added my next project on this blog.

     This is the project developed by using Struts Framework.

     Theme of the project is to login as normal person and become as a coustomer using Struts.

     Struts is nothing but a framework it allow the pages and servlets to communicate over the .xml file called strut or struts-config.

     To follow is framework we should upload some .jar files with project. then only the project will run properly.

     Here i used strut.xml file to support the communication between pages and servlets in src folder, i attached .jar files too in this project.

     Really i struggled with this project to get output.

     Click the following link download & see my project, It will be more useful and interesting.

     Download Simple Login & Registration Project using Struts(in .ZIP format)

     I hope you are benefited from my project.

     Friends dont forget to write your comments.

     My mail id is thiyaguelmails@gmail.com

Wednesday, January 19, 2011

SCJP preparation materials

Hi all...

     Herewith i had attached SCJP preparation materials for beginners.

     This will be very simple to understand the concepts of java. It may be useful for you.

     Make use of this.

     Download SCJP basics book here(in .doc format)

     All the best...
     Start to prepare for SCJP

Monday, January 17, 2011

My Next Project(MVC)

Hello friends...

      This is my third project what i finished during my training.

      The project theme is to register the details on database using MVC(Model View Controller) framework.

      MVC framework is nothing but seperating the logics.

      M-Model stands for Data tier
      V-View stands for Presentation tier
      C-Controller stands for logical tier

      There are two types of frameworks available in MVC. Those are MVC1 and MVC2.


       Difference between two is MVC1 JSP(View-Presentation Tier) directly deals with JAVA(Controller-Logic Tier), but in MVC2 controller servlet works as interface between Presentation and Logic Tiers.

       Here i added my MVC2 Project.


      One more thing in this project is i included the beans concept to transfer the data from front end(JSP) to back end(JAVA controller).

       Click below link to download & view my project:

       Download Registration Project using MVC & Beans(in .zip format)

       I hope you are benefited from my project.

       Friends dont forget to write your comments.

       My mail id is thiyaguelmails@gmail.com

Saturday, January 8, 2011

Hi friends... This is my second project.

Hi dear friends...

     I hope my first project may helpful to you.

     This is my second project during my training.

     Project theme is CRUD (Create,Read,Update,Delete) operations.

     This project describe about how to use MySQL create,select,update,delete commands in JSP and SERVLET pages. (Using ArrayList)

     Click below link to download & view my second project:

     Download simple CRUD operation project(in .rar format)

     Friends dont forget to submit your comments.

     My mail id is thiyaguelmails@gmail.com

Wednesday, January 5, 2011

How to Run my projects?

Hi friends,

I got lot of mails from you regards project. Thanks a lot for responding for my post.

I got same question from some friends.

That is "How to run your Project?"

Ya here is that solution.



How to transfer project to IDE:

Step1: Download Eclipse 2.6.0.20(Click here) & Install Eclipse IDE

Step2: It needs an application server.

           For that install any application server (For example: Apache Tomcat6.0)

Step3: Run Eclipse. While booting eclipse it will ask to set “workspace” location. Set the  
            location.

Step4: Extract downloaded project .rar file and paste in “workspace”.

Step5: Then go to following link:

            File->import

            A window will appear.

Step6: Click General->Existing Projects in Workspace-> click next

Step7: Select radio button Select root directory and then browse your file

           And press finish.

Step8: Now project files will appear on project explorer.

Step9: Then right click on project root folder->Run as->Run on Server.

Step10: A window will appear. There press finish now project will run properly.



How to deploy DB:

Here the Database is MySQL.

For this,

Step1: Download MySQL Server 5.0(Click here) & Install Mysql server (For example: MySQL server 5.0)

           * First install MySQL server then move with next Steps.

Step2: Download MySQL Backup Tool (Click here) & Install Mysql backup tool.

Step3: After installation go to

           Start->My Programs->Mysql->MySQL Administrator.
Step4: A window will appear

           Enter your user name and password then click OK.

Step5: Click Restore->open backup file->browse db file->click start restoring.

Step6: Database will work now.


Once again Thank you friends for your encouragement.

Tuesday, January 4, 2011

Getting Training from SANYAA INFOTECH, Bengaluru, Karnataka,India

Hi friends...

          I am in bengaluru and getting "live project" training from Sanyaa Infotech. This is a start up and well growing company.  I am working with my project work over here. This is a very nice experience in my life.

          I am moving with full confidence to complete my project work. I want to share some of my training period mini projects(Web Development) with all.

          Use my project and give your valuable feedbacks to my improvement.

          Regards projects any doubt you can contact me through mail.

          I hope i will get more mails from you regards project.

          My mail id is thiyaguelmails@gmail.com
   
          Click below link to download & view my first project:
          Download simple login project using jsp and servlet(in .rar format)


          Make use of it friends.