Skip to content

svetlinas/cake.wizard

Repository files navigation

<<< cake.wizard>>>>

SOA and IR project about cakes ;)

Basic instructions for installing and running:

  • tomcat 6.0.26 server (customly patched for mysql, jaxrs and jax-ws integration)
  • apache-cxf-2.7.5 runtime library added to eclipse

SERVICES

DAO service:

DataRetrieval Service (DrService)

DataRetrieval Service (DrService)

  • consumes external site's REST API
  • exposed as REST service
  • deployed as WAR
  • can be reached here: ?

SearchService

API

  • List<id, rank> query(keyword)
  • void buildIndexTrees()

Search capabilities:

  • "cake" - exact match
  • "cake*" - prefix cake
  • "cake -chocolate" - any non-chocolate cake
  • "cake -choco*"- any non-choco starting cake

UI

Home screen of the CakeWizard site

  • displays information for cakes
  • search capabilities integrated
  • nice shiny HTML (IN-PROGRESS)
  • integration point for all 4 services and 1 WSDL
  • deployed as WAR
  • can be reach here: http://localhost:8080/bg.cakerecipes.client/

About

Term Project for university describing cake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published