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 [...]
Archive for July, 2008
CHARLES
Posted in All thats Tech, tagged charles, debug, http, proxy, traffic, web on July 24, 2008 | Leave a Comment »
Remote Debugger – Eclipse
Posted in All thats Tech, tagged debug, eclipse, remote, servlet, tomcat on July 10, 2008 | 1 Comment »
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 [...]
AS3 E4X Rundown (by Roger Braunstein)
Posted in All thats Tech on July 7, 2008 | Leave a Comment »
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/
HTTPService (Adobe Flex)
Posted in All thats Tech, tagged Flex, HTTPService, servlet, web.xml on July 4, 2008 | 9 Comments »
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 [...]