Showing posts with label web service. Show all posts
Showing posts with label web service. Show all posts

Monday, 2 June 2008

Web Services Reference List Site

http://openframework.or.kr/JSPWiki/Wiki.jsp?page=WebServices

Thursday, 10 April 2008

JBoss Error : Port already in use: 1098

when you run jboss from "run.bat" file, you might have the error "Port already in use: 1098"

In this case, please open /server/default/conf/jboss-service.xml
and change from "from 1098 to 1122(a port hasn't been taken)".

Then restarted the JBOSS, everything looks ok now.

Thursday, 10 January 2008

Link for Jboss

* setup
http://cafe.naver.com/jbossug.cafe
http://cafe.naver.com/doprogrammer.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=1483

* with eclipse
- Tour around Europa : Eclipse for Java EE (Part I)
http://www.thescreencast.com/2007/07/tour-around-europe-eclipse-for-java-ee.html

- Tour around Europa : Eclipse for Java EE (Part II)
http://www.thescreencast.com/2007/07/tour-around-europe-eclipse-for-java-ee_04.html

- How To : JSF in Eclipse Europa (Part I)
http://www.thescreencast.com/2007/07/how-to-jsf-in-eclipse-europa-part-i.html

- How To : JSF in Eclipse Europa (Part II)
http://www.thescreencast.com/2007/07/how-to-jsf-in-eclipse-europa-part-ii.html

Tuesday, 25 December 2007

Basic Example-Web Service Client ,Axis2

* Basic Example-Web service Client with Axis2,Apache

see here

Wednesday, 3 October 2007

web developing with eclipse, my-sql

* web developing with eclipse, my-sql
eclipse 3.3 - WTP
DB - My-sql 5.0 (http://www.mysql.com/downloads)
Web server - Tomcat 6.0

This example describe how we can create web project under eclipse with my-sql.

See here