Wildfy

Creating user / add-user.bat

JSF & JSF IMPL & javaserverfaces-spec – 1

JavaServer Faces technology simplifies building user interfaces for JavaServer applications. Developers can build web applications by assembling reuseable UI components in a page; connecting these components to an application data source; and wiring client-generated events to server-side event handlers. This project provides information on the continued development of the JavaServer Faces specification.

  • Eclipse Mojarra
  • Oracle Mojarra
  • Apache MyFaces

 

Example Maven Dependency – 1

Example Maven Dependency – 2

Exclude Example

 

 

Example Maven Dependency – 3

 

 

JAVA EE project Maven Dependency File Example – 1

 

Spring DATA

 

 

  • Repository  – En temel Spring Data arayüzüdür.
  • CrudRepository – CRUD(Create-Read-Update-Delete) işlemleri yer alır.
  • PagingAndSortingRepository – Sayfalama ve sıralama işlemlerini yer alır.
  • QuerydslPredicateExecutor – Query DSL işlemleri yer alır.
  • Sort – Sıralama için kullanılan sınıftır.
  • Slice – Parçalama işlemleri yer alır.
  • Page – Parçalama ve sayfalama işlemleri yer alır.
  • LastModifiedBy, @LastModifiedDate vb. – Özel bilgileri ifade eder.

 

 

 

yusufsezer.com.tr/spring-data/

Stripe Payment

Maven Dependency

 

Ref:  stripe.com/docs/api?lang=java

 

 

Image

JAVA & CSV

Maven Pom File

Java Code

Apache Libraries Alternative