Dec 26 2008

How-to: Develop a Web Service Using Eclipse

Murat

In this short how-to, I’ll explain how to basically develop and deploy a web service using Eclipse IDE. In this tutorial, these technologies are used:

  • Programming Language: Java
  • IDE: Eclipse
  • Web Service Protocol: SOAP
  • SOAP Implementation: Axis
  • Client Application Type: Java Servlet
  • Servlet Container: Apache Tomcat

Continue reading


Dec 26 2008

JSP / Servlet

Gokhan

I made configuration of apache-tomcat 6.0 on eclipse 3.4(ganymede) in Windows platform and server is running succesfully.

I worked over sample application using JSP and Servlet. I managed to build some sample applications succesfully on my server. I think using JSP together with Servlet will be more beneficial for the understandability and developability of the project.

Slightly I looked over the usage of JavaBean in JSP. Next week, mainly I will focus on the MVC architecture, JDBC connection of a simple application and How we can use JSF in the project.


Dec 26 2008

What I did last week..

Eray

This week I started to work on Last.fm and Google Android. I started to get familiar Eclipse Plugin of Google Android. For example I learned something about Dalvik Debug Monitor Service (DDMS) like how to log etc. Moreover, I made connections to Last.fm services from pure Java application. However, I could not connect to the services on the Android because it throws: “java.lang.VerifyError: net.roarsoftware.lastfm.Caller” exception and I am going to try to solve this problem as soon as possible. Lastly, I did some test using SVN.


Dec 25 2008

Website Up

Cansin

New website of Praeda & Co. up and running.

  • About page is created.
  • Contact page is created using a custom template.
  • Documents page is created and reports are uploaded.
  • Sidebar and Footer widgets are added.
  • Old weekly reports are added to website and tagged.

Dec 19 2008

Initial Design

Praeda

Requirement Analysis Report of MuzikMekan Project is uploaded to website.

Work Done

  • Decided on the database schema
  • Class hierarchy is determined
  • Initial design report is prepared

Work to Be Done

We’re going to develop a proof-of-concept prototype which includes a web service, database connection and a client application using different technologies in order to determine which technologies to be used in which part of the application.


Dec 19 2008

Research

Cansin

Researched implementing a web application using Enterprise Java Beans and Servlet by MVC pattern


Dec 19 2008

Research

Murat

MURAT and GOKHAN

  • Technology research on Enterprise Java Beans, MVC Architecture, Tomcat, Axis, WSDL, SOAP, Rest, Eclipse Web Service
  • Tried to implement a web service using Axis using Eclipse

Dec 19 2008

Research

Eray

JSP , Spring and Hibernate.


Dec 12 2008

Last.fm at Android

Gokhan

I installed the Android SDK and eclipse plug-in for Android. Then I completed the sample project named HelloAndroid, also completed the three phase of sample project NotePad on Android website. I researched the activity building blocks of Android and learned the usage of intents. Lastly, i tried to integrate Last.Fm api to the Android application, so i developed a small application that calls one of Last.Fm method. However, there is a problem regarding the security reasons.


Dec 12 2008

Web Service Research

Murat

I didn’t work much on design project this week. I just searched for Web Services and XML technologies. I’ve explored XML-RPC, SOA and REST. I’ve decided to develop a RESTful application as a web service. Next week, I’ll try to determine the database schema and apply a basic web service.