Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: can i create the project in java ?

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default can i create the project in java ?

    hi , in my colg i had come up with my final year project ...just tell me how we can do this in java ?

    i wanted to make a software ( rating software ) which will consist of pics of our professor and the vote button next to pic ..when we hit vote button the progress bar above it will increase by one .and the increasing value say 1 , 2 , 3 and so on should save on the sql db tables under particular "persons attribute "...thats it

    there ll be 2 pics on the single page and other 2 on the next page & so on ...


  2. #2
    Junior Member Mrc0d3r's Avatar
    Join Date
    Jun 2011
    Location
    TCP/IP Layer 3
    Posts
    25
    My Mood
    Bored
    Thanks
    0
    Thanked 6 Times in 5 Posts

    Default Re: can i create the project in java ?

    For dynamic web page development :

    -Refer Servlet and JSP technologies.

    For database connectivity :

    -Refer JDBC.

    For UI design related information :

    -Refer swing.

Similar Threads

  1. how to create a JTabbedPane java?
    By koko20 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: April 13th, 2011, 03:31 PM
  2. How do I create these Java programs?
    By RYANSUPERGENIUS1123 in forum Java Theory & Questions
    Replies: 2
    Last Post: March 22nd, 2011, 07:05 PM
  3. create file in java
    By pokuri in forum Object Oriented Programming
    Replies: 2
    Last Post: January 19th, 2011, 10:42 AM
  4. How I can create those shapes with Java?
    By Learner in forum AWT / Java Swing
    Replies: 3
    Last Post: November 18th, 2010, 02:10 AM
  5. create the project folder
    By vel024 in forum Java Theory & Questions
    Replies: 1
    Last Post: August 3rd, 2010, 11:27 AM