EJB Complete Sample 2 – Client

image_pdfimage_print

Client Main.java

 

pom.xml

 

# Controlling the result.

 

 

If you choose RMI, you don’t need a Java EE EJB app server. You have to keep client and server JVMs in synch; you can’t upgrade the client without upgrading the server. You have to write all the services that the EJB app server provides for you (e.g., connection pooling, naming and directory services, pooling, request queuing, transactions, etc.).


 

Agains the errors : You need to use JDK 8 –

 

Kubernetes – Pod Creation Examples

image_pdfimage_print

* Replica 3,  Name : nginx-deployment

* Create a simple Pod to use as a test environment

* dd

 

* cc

*

Ref :

  • https://kubernetes.io/docs/tasks/administer-cluster/dns-debugging-resolution/
  • a
  • b
  • c
  • d

 

Wildfy

image_pdfimage_print

Creating user / add-user.bat

JSF & JSF IMPL & javaserverfaces-spec – 1

image_pdfimage_print

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