Java EE 5 is Not Your Father’s J2EE Java EE 5 non è il tuo Padre J2EE
Java Platform Enterprise Edition (Java EE, formerly referred to as J2EE) Version 5 has arrived. Java Platform Enterprise Edition (Java EE, in precedenza denominato J2EE) Versione 5 è arrivato. Its streamlined features offer added convenience, improved performance, and reduced development time, all of which enable developers to bring products to market faster. Razionalizzato la sua offerta caratteristiche aggiunto praticità, migliori prestazioni, e ha ridotto i tempi di sviluppo, di tutti gli sviluppatori che consentono di portare i prodotti sul mercato. In short this is how J2EE should have been from start. In breve questo è il modo in J2EE avrebbe dovuto essere da inizio. Java EE specification lead Bill Shannon, a Distinguished Engineer at Sun Microsystems gives an update. Java EE specifica portare Bill Shannon, un illustre ingegnere di Sun Microsystems dà un aggiornamento.
Most of us (java developers) stayed away from J2ee, unless forced to use it due to true enterprise class requiremements of the application or management pressure, due to its tremendous complexity. La maggior parte di noi (sviluppatori Java) rimase lontano da J2EE, a meno costretto a utilizzarlo a causa di vera impresa di classe requiremements la domanda o la gestione di pressione, a causa della sua enorme complessità. Java EE 5 is set to change all that. Java EE 5 è destinata a cambiare tutto ciò. Let’s start with developing a simple web service. Si parte con lo sviluppo di un semplice servizio web. Here is the complete source code for a simple (Hello World) web service: Ecco il testo completo del codice sorgente di un semplice ( "Ciao a tutti!) Servizio web:
package endpoint; import javax.jws.WebService; @WebService public class Hello { public String sayHello(String param) { return "Hello " + param; } } pacchetto endpoint; importazione javax.jws.WebService; @ Webservice public class Ciao (public String sayHello (String param) (return "Ciao" + param;)) Read his interview Leggi la sua intervista here qui .
Filed under Elencato sotto Headline News Headline News , Java Software Software Java , Tech Note Nota tech , Web , Web Services Servizi Web | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |




