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 14 of 14

Thread: on-line shopping

  1. #1
    Junior Member
    Join Date
    Jun 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default on-line shopping

    hai

    Can anybody guide me how to write a program to simulate the online-shopping using java

    please send me the code along with an example


    links are also welcomed

    Thanksin Advance

    Srinivas kundan


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: on-line shopping

    Do you mean one that runs from a server and can be accessed via html (like ebay)? Or just a stand-alone java program?

  3. #3
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: on-line shopping

    I wouldn't of thought Java was the best language for this?! Any reason why you wish to use Java?
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  4. #4
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: on-line shopping

    I'm currently working on an e-commerce solution, trying to hook it up to google checkout at the moment

    // Json

  5. #5
    Member Truffy's Avatar
    Join Date
    May 2009
    Location
    Philippines
    Posts
    93
    Thanks
    2
    Thanked 9 Times in 7 Posts

    Default Re: on-line shopping

    Quote Originally Posted by JavaPF View Post
    I wouldn't of thought Java was the best language for this?! Any reason why you wish to use Java?
    I agree with JavaPF. There are better language to use though if you want Java we are here to help. Why not try php?

  6. #6
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: on-line shopping

    I think Java is perfect for this, but then again I'm a Servlet/JSP-aholic

    // Json

  7. #7
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Thumbs up Re: on-line shopping

    Quote Originally Posted by Json View Post
    I think Java is perfect for this, but then again I'm a Servlet/JSP-aholic

    // Json
    Hmm in that case, I need to start expanding my knowledge of Servlet/JSP asap!!
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  8. #8
    Junior Member
    Join Date
    Jun 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: on-line shopping

    Hai
    Could u please send me the code for bot scenarios i.e.,which runs from a server and can be accessed via html (like ebay)? or else for just a stand-alone java program

    Thanks in Advance
    Srinivas Kundan

  9. #9
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: on-line shopping

    Not really sure what you are on about, but you want to write a bot that simulates a user and goes to an ecommerce site and buys something?

    // Json

  10. #10
    Junior Member
    Join Date
    Jun 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: on-line shopping

    Quote Originally Posted by Json View Post
    Not really sure what you are on about, but you want to write a bot that simulates a user and goes to an ecommerce site and buys something?

    // Json

    yes absoultely the user should go to an ecommmere site and buy something
    please send me the code asap.

    Thanks in Advance

    Srinivas Kundan

  11. #11
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: on-line shopping

    I have no such code I'm afraid.

    // Json

  12. #12
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: on-line shopping

    Quote Originally Posted by sriraj.kundan View Post
    yes absoultely the user should go to an ecommmere site and buy something
    please send me the code asap.

    Thanks in Advance

    Srinivas Kundan
    Something like this would take time and effort to code. I suggest a Google search for already written source code..
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  13. #13
    Member
    Join Date
    Jul 2009
    Posts
    31
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: on-line shopping

    Java is a bad language to write this in.
    Well not bad, but like everyone said, there is a better language.

  14. #14
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: on-line shopping

    I disagree, Java is an excellent language and you can do a wide range of things with it. You just need to find out how.

    // Json

Similar Threads

  1. Java program to read last line of a file
    By JavaPF in forum File Input/Output Tutorials
    Replies: 2
    Last Post: September 10th, 2009, 02:26 AM
  2. How to Send command line arguments in Eclipse?
    By JavaPF in forum Java JDK & IDE Tutorials
    Replies: 0
    Last Post: April 23rd, 2009, 11:37 AM
  3. Reading a file line by line using the Scanner class
    By JavaPF in forum File Input/Output Tutorials
    Replies: 0
    Last Post: April 17th, 2009, 07:34 AM
  4. How to Read a file line by line using BufferedReader?
    By JavaPF in forum File Input/Output Tutorials
    Replies: 0
    Last Post: May 19th, 2008, 06:32 AM