Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jakarta-ee

Java EE Architecture - Are DAO's still recommended when using an ORM like JPA 2?

In JAX RS, differences between returning Response and Bean or Collection of Beans (DTO)

rest jax-rs jakarta-ee

Auto generate data schema from JPA annotated entity classes

WARNING: Setting property 'source' to 'org.eclipse.jst.jee.server:appname' did not find a matching property [duplicate]

eclipse jakarta-ee

Making Distinctions Between Different Kinds of JSF Managed-Beans

What are good InstallAnywhere replacements for installing a Java EE application?

Is it safe to manually start a new thread in Java EE?

jsf jakarta-ee concurrency ejb

What is meant by abstract="true" in spring?

Java for C# developers

c# java jakarta-ee

How to properly send an HTTP message to the client

What is a host only cookie?

Should I choose == or eq for comparing string in EL?

java jakarta-ee el websphere-8

How to set session timeout dynamically in Java web applications?

JPA 2.0 : Exception to use javax.validation.* package in JPA 2.0

Testing against Java EE 6 API

How do you use Spring Data JPA outside of a Spring Container?

Where to Download java-ee.jar?

jakarta-ee jar

Java EE Containers vs Web Containers

Difference between include and forward mechanism for request dispatching concept?

java.util.List is an interface, and JAXB can't handle interfaces