|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
|
XML Firewall
Ive been assigned to do an xml firewall in java. Ive read through alot of white papers concerning it on how it works the architecture and others. Ive started designing it. But the real problem starts because i have no idea on how to implement it in codings. Does anyone have any suggestions on sites or tutorials on how to program it?
thanks |
|
|
|
|
|
#2 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
I imagine what you need to do is read the port configuration from an XML file and then have your java program open TCP sockets listening on those ports. This would simulate a firewall in that it will accept requests from the open ports, but will deny requests from the ports not configured because there is no socket listening.
|
|
|
|
|
|
#3 |
|
Member (6 bit)
|
well yes. i need to get the soap messages from the network. but how do u configure or how to you write a program in java that reads or obtain those packets? i will try to do it one step at a time. so i hope you guys can guide me alrite? thanks ya
|
|
|
|
|
|
#4 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
You will have to do it with sockets. On Sun's website there is good tutorial on getting started with sockets. Read through it, it's pretty easy.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|