What to learn to do Java web services? -


the last time did java web development in 2004 java servlets , jsp. never got anywhere ejbs. recall experience in developing web services\dynamic web sites these slow (in terms of development time) , painful (in terms of easy deployment).

what businesses use develop java based websites these days? use axis or other framework web services? use jsp or other technology front end?

the current standards use jax-ws (for soap web services) , jax-rs (for restful web services).

these standards have multiple implementations. jax-ws has metro, cxf, etc. jax-rs has jersey, resteasy, etc.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -