Hello all, I am trying to understand GWT and AJAX development. I'm not a programmer any more but worked closely with developers who worked with Microsoft tools.
Initially, or should I say under legacy code, they wrote ASP on IIS webserver while they wrote DLLs with VisualBasic6 to register on the server behind the firewall. They will then use Microsoft's COM+ Manager so that they export and install a proxy of the DLL (stub?) on the IIS so that depending on user interaction, objects behind the firewall can securely be instantiated by the ASP. In the modern times that was replaced with the ASP.NET on the front with webservices (VB.NET, C#) behind the firewall and utilizing the Microsoft .NET framework. Sorry above was a long background but the actual question is simpler: so I'm trying to understand what is the equivalent in the world of AJAX & GWT for instantiating an object from the front end? Thank you. Robert -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
