o Is a lightweight method for transfering data
o Data that is on the backend server sent to the client frontend – the GWT widgets
o Data is transferred using serialized java objects
o Data that is on the backend server sent to the client frontend – the GWT widgets
o Data is transferred using serialized java objects
o Exchange java objects over HTTP
o Our GWT client can communicate with the server backend
o Communication is based on the Java Servlet architecture – nice!
o Servlets are a well proven technology
o Our GWT client can communicate with the server backend
o Communication is based on the Java Servlet architecture – nice!
o Servlets are a well proven technology
o It’s not the same as SOAP or REST services
o The services base on servlet technology
o The RemoteServiceServlet instead of HttpServlet
o The services base on servlet technology
o The RemoteServiceServlet instead of HttpServlet