1 / 7

Projeto

Projeto. MovieOnWeb (JSP + Struts + Hibernate + Spring+...). Jobson Ronan {jrjs@cin.ufpe.br}. Requisitos Funcionais. Cadastro de clientes Um cliente pode se cadastrar via web Visualização de Filmes por clientes Um cliente pode visualizar/fazer busca por filmes Disponíveis, Todos.

bary
Download Presentation

Projeto

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Projeto MovieOnWeb (JSP + Struts + Hibernate + Spring+...) Jobson Ronan {jrjs@cin.ufpe.br}

  2. Requisitos Funcionais • Cadastro de clientes • Um cliente pode se cadastrar via web • Visualização de Filmes por clientes • Um cliente pode visualizar/fazer busca por filmes Disponíveis, Todos

  3. Requisitos Funcionais • Sistema de Reserva • Cliente cadastrado efetua uma reserva • Reserva = (Filme + Cliente + seq) *O Sistema guarda uma fila de reservas para cada filme

  4. Requisitos Não Funcionais • Para efetuar uma reserva o usário precisa estar logado (Autenticado) • O Sistema precisa de um gerenciamento de transações • O Sistema deve funcionar como uma página web

  5. Struts + Spring • Struts-config.xml ... <controller> <set-property property="processorClass" value="org.springframework.web.struts.DelegatingRequestProcessor"/> </controller> ... <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn"> <set-property property="contextConfigLocation" value="/WEB-INF/action-servlet.xml" /> </plug-in> ...

  6. Struts + Spring • Seus Actions serão declarados como Beans no action-servlet.xml e deverão ter o mesmo nome do atributo path do action struts-config.xml action-servlet.xml ... <action path="/users" .../> ... ... <bean name="/users" .../> ...

  7. Utils • http://www/~jrjs/arquivos/install_mysql.bat • \\profile\scratch_jrjs$\movie.zip

More Related