Java network project

Hello,
I am looking for an interesting and challenging java network project related to IPV6.
all ideas are welcome.
thanks a lot
sebastien

Double-post: http://forum.java.sun.com/thread.jspa?threadID=596186

Similar Messages

  • Java networking project

    Basiclay what i want to do is run something basic like pong and have each paddle be controlled by a different person on dofferent computers.
    how can i do this?
    if u have answers or good refrences that could help me pls tell.
    Basicaly i want to start doing java networking but i don't know where to start so i'm starting with a little project like this.
    fishbob

    Basiclay what i want to do is run something basic
    like pong and have each paddle be controlled by a
    different person on dofferent computers.
    how can i do this?
    if u have answers or good refrences that could help
    me pls tell.
    Basicaly i want to start doing java networking but i
    don't know where to start so i'm starting with a
    little project like this.
    fishbobA good place to start is the Java Tutorial:
    http://java.sun.com/docs/books/tutorial/
    Here is the section on sockets:
    http://java.sun.com/docs/books/tutorial/networking/sockets/
    � {�                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Java  Networking Projects

    Hi All,
    Anyone please try to list the mini projects that can be done in Java related to Networking?
    The projects should take only 30-40 days to complete.
    I need the list of project title & some explanation about the project.
    Thanks & Regards,
    Sathya

    A simple chat system.
    -- Just a chat server that allows multiple people to connect to at and communication. NO need to support multiple rooms.
    A small network game (Tic Tac Toe, chess, checker)
    A simple remote desktop program
    -- You can see the desktop of another computer and control it from a remote computer (see java.awt.Robot class)
    A file server/client
    -- Clients can upload/downnload files to/from server.

  • Ideas for a Java based Project

    Hi all :)
    I follow Java forums, mainly read, although post a bit whenever i know.
    I am looking for some ideas on starting a College project which is based on java. Maybe java network based? Since there are so many experienced people here, i was wondering if some of you could tell me some ideas that i could do. I have a fair bit of experience with java. But if the project requires to learn something new...i wont mind at all. I would really appreciate you guys input about any ideas.

    You can find a ton of potential student projects here:
    http://mindprod.com/projects.html
    Dunno if any of them fit your criteria - but it's a start...
    Good luck!
    Grant

  • Java Networking Books

    I am doing a project in Java Networking,kindly suggest me a good,solid
    book on Java Networking.

    I think the combination of the worker thread from Example 12.2 and its driver Example 12.3 do not distribute connections evenly among threads. Or, am I wrong?
    p.s. Hey Mr Moderator
    If you feel like to delete existing forum thread(s), please give prior alert.
    We have to take backup.

  • Multiplayer Java Game with java networking ???

    Hi everybody. I responsed a new university finising project. I will create a new game that multiplayer on a server. I am in a simple level on java. I have no java networking or no jdbc info. I belive I can success but I have no idea about which map i should follow. I will wait for your suggestions.
    (Or can I find a muliplayer game sample with java networking?)

    Maybe you could use RMI if you haven't got latency problems (that u will encounter certainly if you intend to use it with 56k modem).
    It's quite flexible and in java 5 also more usable.

  • Error while creating sales order with network/project

    Dear All,
    we are getting the following message while creating a sales order with assembly processing with network/project system .
    The standard Network used as a reference contains assignments to a standard WBS. However you have maintained WBS assignments manually.which assignment should be used?
    manually maint         pre-defined
    reward points are assured for valuable help.
    thanking you
    Best regards,
    R.Srinivasan

    Dear Murali,
    Thankyou very much for your reply.We have checked for these things which you have mentioned.
    ie
    Assignment of Standard WBS in the Standard network and WBS Assignment of Operastional network.We are still getting this error.
    Kindly let me know What are the other possibilities for this error.
    Thanking you,
    Best regards,
    R.Srinivasan

  • Newbie question on JAVA networking

    Hi,
    I'm newbie on JAVA networking. Can anyone guide me to do a task to :
    read the TCP/IP packets which are sent from a specific host to another host? I need to capture the packets and analyse the contents.
    thanks in advance,
    jackling

    Well I've search google for a low level TCP api, but I came up with absolutely no results. So I guess the only way would be to write your own native API (using C/C++) and call this through the Java Native Interface.

  • How can i get "CRM JAVA CUSTOMER PROJECT 5.0"

    Guys... how can i download the "CRM JAVA CUSTOMER PROJECT 5.0" package

    Hello Christopher,
    We are having difficulties in finding "CRM JAVA CUSTOMER PROJECT 5.0" too.
    Could you please tell how to re-create the Software Component association?
    Thanks and Regards,
    Reena

  • Urgent Help in Java Networking

    Dear Sir,
    I've written an encryption algorithm.My problem is i 've to encrypt
    a file using the algorithm above at one computer.The receiver in another computer should get this file and decrypt it at another
    computer.I have written both encryption and decryption algorithms
    but i dont know Java networking API.Could you give me detailed step by
    step networking code with documentation which connects both encryption and decryption algorithms at different computers.GUI Support in networking api is appreciated .Please sen the reply to [email protected]
    Thanks in advance

    Have you looked at JSSE (Java Secure Socket Extensions)?
    Using SSL is perhaps the best solution to your problem.
    You can find a lot of info in:
    Java Security - 2nd Ed, by Scott Oaks and and in
    Java Networking (or something like) 2nd Ed, by E. R. Harold.

  • Firewall - Java Card project with two packages.

    My Java Card project has got two Java Card packages. One of them contains only the Java Card applet. The other package contains all other classes. We did the splitting because our application is large and if all the code is left inside the one package if debug mode was checked, the size of the cap file was more than 64 bytes and the CAP file with that size cannot be installed inside the simulator. That situation made the programming difficult. Therefore the splitting took place. What is my question? If we have two packages, is there a firewall between them or the packages are in the same group context.

    A library package has different restrictions to an applet package. As for the firewall, the data created in your library package is owned by the applet instance that created it. That means any data or objects created by calling your library from your applet will be in the same context as your applet. Any other applet accessing this library will not be able to access instances from the original context. This is only a problem with static fields and methods etc that are shared between both applets.
    Cheers,
    Shane

  • Java Dictionary Project + create autonumber for KEY field?

    Hi there,
    I would like to create a Java Dictionary project that has a table with an AUTONUMBER as the key field.
    I know exactly how to do this in SQL Server using the IDENTITY field but cannot see an option when using the Java Dictionary project?
    Any ideas?
    Thanks for the help
    Lynton

    Has there been an update to this recently?  I am in need of exactly the same information.  The FAQ lists this:
    <i>Can I deploy a Java Dictionary table along with the table content?
    Yes. You can deliver the Java Dictionary table along the table content. There are two possibilities:
    Export from a reference database
    Specification of the table entries in an XML file (since SP5)
    Note that there is no modification support for table entries that are delivered in this way. Therefore, you can deliver table entries with program character or for examples, but not for templates or customizing data.</i>
    Now, I may be reading the note incorrectly, but it makes it sound like if you do populate a table with a XML file, the records cannot be modified thereafter.  Is this true?
    I'd also like to know how to develop the XML and where to put it, etc.  I've had no luck searching for this information.
    Thanks!

  • Sun recommended Java EE project directory structure?

    Hello,
    It's said that there's a Java EE project directory structure recommended by Sun.
    How to get it?
    I find a link as following,
    http://java.sun.com/blueprints/code/projectconventions.html
    The article is my want? Thanks!
    a cup of Java, cheers!
    Sha Jiang

    I got this worked out.

  • "CRM JAVA CUSTOMER PROJECT 5.0"

    Where can i get the "CRM JAVA CUSTOMER PROJECT 5.0" package

    Hello, Christopher!
    According to Note 669669 we have to import CRContent.zip and Delta.zip . We have to import CIMModel.zip only if current version of model is too old for Delta. I had imported CRContent and Delta successfully and Delta didn't ask me for update CIMModel. So questions are:
    1) have I to import CIMModel anyway?
    2) how to recreate Software Accossiation for CRM JAVA CUSTOMER PROJECT? - this is main question
    Hope you will help me.
    P.S. sorry for my English
    Regards, Lev.

  • Java network

    hi
    I want to know more about java network programming.
    Please tell me where can i get it.

    It's not avaiable in amazon, yes?
    http://www.amazon.com/exec/obidos/ASIN/1565928709/qid=1006521569/sr=2-1/ref=sr_2_15_1/102-2665779-0587340
    btw, have you seen the custom networking trail in the java tutorial?

Maybe you are looking for