Playing With MVC and Java EE 8

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Looks good!
Would like to see a more advanced / complex example.

dave
Автор

Thanks, simple and concise like always.

DanielWamara
Автор

Which is model..whuch one is view ..and which one is controller..

darogajee
Автор

Couldn't make user session work between requests with sessionscoped beans. Sometimes I use ajax sometimes not. Seams like ajax rest service and @controller don't share same session beans.

kanaillaurent
Автор

Hello in 04.2020. Is this true, MVC framework project being closed?

jacuswoczega
Автор

This is a little confusing. Conventionally, the controller will be a managed/backing bean that manipulates a DAO/entity using the business service (EJB), wiring the attributes of the entity to the UI components and handling navigation. I don't know what the helper class is doing in this demo

rafdnaah
Автор

Please can you create with JPA Database? help me

CarlosMollapaza
Автор

WOW it is very good, but no function in TOMCAT. WHY?

CarlosMollapaza