Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java

maven 2.2 war build does not put classes in associated *-classes.jar file

java maven build maven-2

Generics and static methods

Java: instanceof or custom getType

java instanceof

Dependency Injection - Proper use of interfaces? [closed]

Is it possible to convert System.currentTimeinMillis to Date

java

Howto easily monitor usage of Eden and Survivor Spaces

java garbage-collection

Infinite recursion in object/static creation/Why is this code throwing NullPointerException?

SwingUtilities.invokeLater : Issues

How can I count the number of nodes in a JTree?

java swing tree jtree

Marshal not @XmlRootElement with JAXB to String

Returning a generic Interface with concrete implementation in java

java generics maven

ConcurrentHashMap and its operations

Why no compile error at CustomerService service = ServiceFactory.getInstance().getServiceType(ServiceType.CUSTOMER);

Check if List is immutable

What xml/xslt library(ies) currently work well for java? [closed]

java xml xslt

two objects have same reference are definitely same?

java reference equals

Decoupling of domain model and rest representation

java rest jpa jax-rs