Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use only Spring, no Java EE! #1

Conversation

martin-g
Copy link

No description provided.

import java.util.Iterator;
import java.util.List;

import javax.ejb.Stateless;

import com.copperarrow.dao.UserDAO;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class is missing

import org.wicketstuff.javaee.injection.JavaEEComponentInjector;
import org.wicketstuff.javaee.naming.global.ModuleJndiNamingStrategy;

import com.copperarrow.dao.UserDAO;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class is missing

import javax.ejb.Stateless;

import com.copperarrow.dao.UserDAO;
import com.copperarrow.model.UserAccount;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class is missing

@dmbeer
Copy link
Owner

dmbeer commented Mar 5, 2018

Hi
@martin-g Thanks for this got me in the right direction meant to close this out some time ago. As I was trying to use JEE.

@UlrichKnaack Thanks for interest if you need this, please feel free to create a new PR so that I can create a new branch.

@dmbeer dmbeer closed this Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants