Interact with Ajax from Nexaweb’s Java Client
Tuesday, May 27th, 2008One thing we preach at Nexaweb more than any other is that no one technology / language / runtime… can solve all your needs. As I like to say, “It takes a village” of software technologies to raise your application from an idea to a production application.
Last week one of our Services people came to me and asked, “How would you upload a file using the Nexaweb Java Client?” At first I thought just use the Java Client and open up a file dialog. Then I remembered that under normal circumstances Java creates a very secure environment to run your applications. This “Sandbox” makes it impossible for applications that are not signed to access local resources.
