[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: Port listener
|
- From: Ankur Sharma <sharma.ankur@xxxxxxxxx>
- Date: Thu, 09 Apr 2009 11:31:10 +0530
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.21 (Windows/20090302)
Lacivert wrote:
Hello everybody;
Would you please tell me the easest way of listenining port in eclipse?
I've a web service and i want to learn messages which is received.
Which plug-in i can use?
Not sure about the "easiest" but Java Communication API should definitely help you.
You can also use Eclipse Communication Framework (http://www.eclipse.org/ecf/). Not sure how easy/difficult it is to use.
hth,
Ankur..