[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
Next Framework • Ver Tópico - Next 3.6 + EJB
Página 1 de 1

Next 3.6 + EJB

MensagemEnviado: Qua Mai 27, 2015 8:57 am
por fernandomorais
Bom dia,

pesquisei no forum e não achei nada sobre esse assunto, fica ai minha dúvida: Seria possível colocar um EJB pra trabalhar junto com o Next? Queria colocar toda a camada de DAO e Service no EJB.

Re: Next 3.6 + EJB

MensagemEnviado: Qua Mai 27, 2015 12:41 pm
por rogelgarcia
Olá fernando, qual problema você quer resolver com isso?

Dependendo do problema, a solução pode ser diferente. Mas eu não recomendaria usar EJB.O Spring provê soluções que substitui o EJB.

Re: Next 3.6 + EJB

MensagemEnviado: Qua Mai 27, 2015 12:58 pm
por fernandomorais
Olá Rogel,

Eu ainda nem tentei fazer, estava pensando em modularizar a aplicação, onde eu teria duas interfaces (web e mobile) acessando o mesmo EJB.

Qual seria a solução do Spring?

Re: Next 3.6 + EJB

MensagemEnviado: Qua Mai 27, 2015 4:34 pm
por rogelgarcia