• Domingo 28 de Abril de 2024, 07:37

Autor Tema:  Java Red  (Leído 1454 veces)

Mr.Torture

  • Nuevo Miembro
  • *
  • Mensajes: 19
    • Ver Perfil
Java Red
« en: Sábado 24 de Febrero de 2007, 21:37 »
0
Hola!!!!

Estoy haciendo un proyecto para la facultad... es un juego de basquet..
El mismo se corre en un applet...
Ya esta bastante avanzado pero tenemos un requerimiento que es que se pueda jugar en red...
Para ello vamos a utilizar servlets, pero la duda es con que usar.. si RMI, CORBA, SOCKET, ETC
No conosco mucho de ningunas solo RMI y apenas...

Alguien puede recomendarme cual usar, cual es mejor para este tipo de aplicaciones y porque...

Bueno... si alguien se cuelga a responder buenisimo!!!!
Muchas gracias!!!!

bob esponja

  • Miembro MUY activo
  • ***
  • Mensajes: 411
    • Ver Perfil
    • http://marianoguerra.blogspot.com
Re: Java Red
« Respuesta #1 en: Domingo 25 de Febrero de 2007, 02:20 »
0
Resultados 1 - 10 de aproximadamente 114.000 de Corba sucks :D

Citar
While CORBA promises to deliver much in the way code is written and software constructed, it has gathered a lot of criticism during its long history, and failed repeatedly to deliver much of its promised features, sometimes even the most fundamental ones.[1][citation needed]

Some of its failure can be tracked down to the implementations and the process in which CORBA was created as a standard, but some reflect more fundamental problems in the design, and others yet stem from the very principles on which CORBA was built.

These problems, combined on various levels, have led to a significant decline in CORBA use, and most importantly, adoption in new projects and areas, and caused the once "prodigal child" technology to degrade into an all but abandoned niche

yo recomendaria socket, es simple bien probado y documentado.

hano

  • Miembro activo
  • **
  • Mensajes: 87
    • Ver Perfil
Re: Java Red
« Respuesta #2 en: Lunes 26 de Febrero de 2007, 09:20 »
0
Si está en un applet, primero revisa las polícitas de seguridad, vaya a ser que no te deje abrir alguna conexión que tenías prevista.

Security Restrictions

Sobre todo lo que dice:

Citar
An applet cannot make network connections except to the host that it came from.
The workaround for this restriction is to have the applet work with an application on the host it came from. The application can make its own connections anywhere on the network. See Using a Server to Work Around Security Restrictions for an example.

Solo por si acaso.
                                                                                               
Para programadores
http]
[url=https://hardprogrammer.blogspot.com]https]

Mr.Torture

  • Nuevo Miembro
  • *
  • Mensajes: 19
    • Ver Perfil
Re: Java Red
« Respuesta #3 en: Lunes 26 de Febrero de 2007, 11:36 »
0
Por la seguridad no creo q halla problema.. el applet esta firmado...

Voy a ver si implemento algo con sockets... aunque tambien podria usar servlets y usar de servidor tomcat.. q opinan??

Che, gracias por responder  ;)