Dec
26
2008
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
no comments | tags: eclipse, how-to, java, murat, soap, web service
Dec
26
2008
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.
no comments | tags: gokhan, jsp, servlet
Dec
26
2008
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.
no comments | tags: android, eray, last.fm, svn, verifyerror
Dec
25
2008
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.
no comments | tags: cansin, website
Dec
19
2008
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.
no comments | tags: cansin, design, eray, gokhan, murat, report
Dec
19
2008
Cansin
Researched implementing a web application using Enterprise Java Beans and Servlet by MVC pattern
no comments | tags: cansin, research
Dec
19
2008
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
no comments | tags: gokhan, murat, research
Dec
19
2008
Eray
JSP , Spring and Hibernate.
no comments | tags: eray, research
Dec
12
2008
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.
no comments | tags: gokhan, implementation
Dec
12
2008
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.
no comments | tags: murat, research