Arquillian and PowerMock: In-container testing with PowerMock
Testing in-container applications that use EJB, CDI or other injection dependency frameworks while using PowerMock at the same time turns out to be really hard. TestNG »
Testing in-container applications that use EJB, CDI or other injection dependency frameworks while using PowerMock at the same time turns out to be really hard. TestNG »
In his book "Effective Java" [1] which I strongly recommend to all Java developers, Bloch introduces the builder pattern as an easy to use method for »
There are lots of tools to generate POJOs from XML Schema files (XSD) and even DTDs. This is helpful for mapping XML directly to Java classes »