Feeds:
Posts
Comments

Archive for July, 2008

CHARLES

A colleague at work introduced me to this amazing tool this morning … It goes by the name “Charles” and it is a Web Debugging Proxy. It helps track what your application is receiving and sending over HTTP. It is a very handy tool for debugging and resolving web application issues.
www.charlesproxy.com
Priced at $50 for a [...]

Read Full Post »

This is a really kool tool that one can use to debug through servlet code and test web applications. It’s called the remote debugger and one can use this in Eclipse and an appserver like Tomcat/JBoss … I used it with Tomcat 5.5 and Eclipse 3.2.
Basically, you connect to the VM on your appserver and [...]

Read Full Post »

Here is an awsome link that a colleague at work sent to me… continuing my last post about how to handle XML and e4x format in flex…
http://dispatchevent.org/roger/as3-e4x-rundown/

Read Full Post »

Ever since I started working with Flex, I have been using RemoteObjects to connect to the backend (usually written in java) of my flex application. This backend provides me with functionalities like connecting to a database, manipulating XMLs, ResultSets, and numerous other handy features. And it has worked out like a charm for me in [...]

Read Full Post »