(Dzianis) File uploading thru HTTP is always big problem for websites. There are some restrictions from client and server sides. But with growing internet channels bandwidth one of major problem is file size. Sometimes it’s impossible to send 500MB file to webserver due to request length limit. One
Tag: JSON / JAVA / XML
HOWTO Avoid Being Called a Bozo When Producing XML
(Henri Sivonen) There seem to be developers who think that well-formedness is awfully hard—if not impossible—to get right when producing XML programmatically and developers who can get it right and wonder why the others are so incompetent. I assume no one wants to appear incompetent or to be called
Ajax, Atlas, and all that Stuff
(Peter Aitken) When I was growing up, Atlas was a mythical guy with big muscles who held the world on his shoulders. There was — and still is — a wonderful statue of him at Rockefeller Center in New York City. And Ajax was something you used to clean the bathtub.
The art of metaprogramming, Part 3: Enterprise metaprogramming
(Jonathan Bartlett) Enterprise metaprogramming is becoming more common all the time as graphical and textual utilities make programming tasks easier and more descriptive, all because of the continuing formalization process occurring under the Object Management Group’s Model Driven Architecture (MDA)
XML for Analysis: A Sneak Peek Inside the Skunk Works
(Brian King) Imagine a world where the potentials of business intelligence are more pervasive and more accessible. Thanks to an initiative that’s steadily gathering steam, that reality may not be far off.
Form Authentication in ASP.NET using XML
(Pang Tat Sean) In ASP.NET, most of the tedious work of writing authentication form has been taken out. When user logs in using form authentication, a cookie is created and used to track the user throughout the site. Once user successfully logs in, you can issue an authentication cookie to save auth
Using REST with Ajax
(Nic Ferrier) This article shows how to use Ajax techniques to make webapps with REST APIs.
Connect Flash to a Database Using Sockets
(Razvan Petrescu) For someone coming to ActionScript development from a traditional client-server background, connecting Flash to a database is a bit of a black art. In the .NET or Java world, you simply open a connection to a database and perform database operations by calling the database directly
Secure XML messaging with JMS, Part 2: Using XSS4J to implement XML Security
(Bilal Siddiqui) Java Message Service (JMS) is a Java language-based messaging API. XML provides a simple, human-readable data format for information exchange, and is a popular syntax for the formating of enterprise data. Therefore, integrating XML into JMS applications can provide significant advan
ROME in a Day: Parse and Publish Feeds in Java
(Mark Woodman) Ready to parse and publish RSS and Atom feeds in Java? In this step-by-step tutorial, we’ll show you how to pull in an existing feed, add your own content, and publish the results in a new format, all in 100 lines of code. (200 lines with whitespace and comments.)
