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: How to get user's browser serial number using JSF?

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

    Default How to get user's browser serial number using JSF?

    Is it possible to get the user's browser serial number using JSF? I use JBoss 7 for application server.


    kind regards, Peter


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How to get user's browser serial number using JSF?

    JSF is server side, so what you get is what is sent from the client in the headers unless you use some other sort of technology (javascript, applets, etc...). So inspect the headers. Why do you want the serial number? And what guarantees the browser a client is using has a serial number?

Similar Threads

  1. Java Serial RS232
    By Coveiro in forum Java Native Interface
    Replies: 0
    Last Post: October 7th, 2011, 11:28 PM
  2. Reading wrong value from serial port
    By howardchan in forum What's Wrong With My Code?
    Replies: 1
    Last Post: July 29th, 2011, 06:03 PM
  3. How to returned random number to original number?
    By i4ba1 in forum Algorithms & Recursion
    Replies: 2
    Last Post: March 19th, 2011, 04:35 AM
  4. Serial Bluetooth Programming
    By blackridinghood in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: January 28th, 2011, 11:15 AM
  5. [SOLVED] Web portal accessing files on the user's system via the Java I/O stream?
    By rendy.dev in forum Web Frameworks
    Replies: 2
    Last Post: January 18th, 2010, 08:46 PM