Tag: eclipse

  • Capture HTTPS Traffic in Java with Eclipse, and Fiddler

    I’ve been struggling with a JSON parsing error where my application is using the Spring to send and receive messages from a RESTful Web Service. It’s pretty straight forward: I’ve annotated my object properties to match up with the appropriate JSON keys, Spring takes my POJO and turns it into a JSON string sends the…

  • Running Tomcat Apps on Docker through Eclipse

    If you didn’t already know, Docker is pretty cool. Not sure what it is? My fellow Western Dev Kyle Baley explains it really well and provides some great cases about why Docker is fantastic.