Click here to Skip to main content
15,905,614 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make a proxy application that will keep track of the backend messages exchanged between a software and the online server.Any suggestions.
Posted
Updated 27-Jul-11 22:52pm
v2
Comments
Richard MacCutchan 28-Jul-11 5:05am    
This question is far too wide for this forum. Try searching Google for information on how to create a proxy.

1 solution

start here: http://www.davidreilly.com/java/java_network_programming/[^]

The workflow in general:

- define your goals
- define your tools
- write a architecture
- write
- write tests
- debug
- deployment
 
Share this answer
 
Comments
Richard MacCutchan 28-Jul-11 10:15am    
+5 for a great link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900