Posts by Márcio • 13 points
2 posts
- 
		1 votes1 answer172 viewsQ: How do I inject Ejbs that call other Ejbs into a Junit test class?I’m trying to test a class in Junit. Turns out the class I’m testing has several Ejbs that call other Ejbs. How do I inject into a Junit EJB’s test class called other EJB’s? Thank you.… 
- 
		-2 votes2 answers347 viewsQ: Java Language - Undo and Redo functionsI’m doing a project where I develop functions to apply effects to photos (such as Contrast, Vignette, Sepia...). As I apply effects to photos, the various states of the photos are being stored in an…