Jakarta EE
In September 2017, Oracle announced its intention to transition Java EE to the Eclipse Foundation. Java EE has since been rebranded to Jakarta EE, and JSF 2.3 (Eclipse Mojarra) has been adopted for continuation. The next major release of the JSF specification will be Eclipse Mojarra 3.0. (source from JavaWorld...
Showing posts with label Java EE Portal. Show all posts
Showing posts with label Java EE Portal. Show all posts
Wednesday, June 26, 2019
Wednesday, June 26, 2019
Jakarta EE and JSF 2.x
Friday, August 31, 2018
Friday, August 31, 2018
ZK - Difference Between @load,@save,@bind
Can someone please explain me the difference between
@load,@save,@bind with an example, i have read about them but i got more
confused about the basic difference between them. they all look and
work in somewhat same manner.
what does it mean when i write something like below
<textbox value="@load(vm.address.streatName)"/>
<datebox value="@save(vm.trip.leaveDate)"/>
<label value="@bind(vm.name)"/>
thanks...
Sunday, July 23, 2017
Sunday, July 23, 2017
datatables - datatables.net
1-Datatables trong spring mvc
Introduction
DataTables operates on the principle of progressive enhancement, whereby an enhanced and interactive table will be presented to the end user if their browser has the required capabilities. When you initialise the jQuery.dataTable object, information about the table is read directly from the HTML page. In combination with the default values for the features...
Thursday, March 23, 2017
Thursday, March 23, 2017
JSTL 1.2
1-JSTL Check Equals, not equals
JSTL Check Equals(==), not equals(!=) explains about how to use logical conditions(equals, not equals etc) with JSTL tag
Consider a JSP Page where you need to check a value whether it is equals or not equals and process accordingly, in that scenario, you can follow this example.
On the following table, I am showing 2 different ways (Method 1...
Sunday, March 19, 2017
Sunday, March 19, 2017
Struts2 AngularJS integration
Posted by Mohaideen Jamil on May 2, 2015 in Ajax, AngularJS, Struts-2 | 5 comments
In this post, we will learn to implement AJAX calls from a JSP page to a Struts 2 Action class using AngularJS and update the same JSP page back with the Json response from the Struts 2.
Library Required
Since Angular can send and receive only in json format, to handle it you...
Sunday, March 19, 2017
Struts2 AngularJS Insert Operation

LINK
As for the user interface, rather than Bootstrap, we'll use materialize
CSS – a modern responsive front-end framework based mostly additionally
on Google’s Material design.
FILE STRUCTURE
Knowing the file structure can offer us an outline of what Struts2 files
can we need to create and wherever...
Tuesday, November 29, 2016
Tuesday, November 29, 2016
Struts2 vs Struts1

1. Khái quát chung
2. Struts1
Sign up Does Struts 1 create a controller object for each session or is the controller classes singletons?
The framework just uses one instance of it and only one instance is used to process all incoming requests, care must be taken not to do something...
Tuesday, August 23, 2016
Tuesday, August 23, 2016
New Features and Enhancements in Spring Framework 4.0

The Spring Framework was first released in 2004; since then there have been significant
major revisions: Spring 2.0 provided XML namespaces and AspectJ support; Spring 2.5
embraced annotation-driven configuration; Spring 3.0 introduced a strong Java 5+ foundation
across the framework codebase, and features...
Monday, April 11, 2016
Monday, April 11, 2016
eXo Platform Database Guide with JBoss/Tomcat
By default, eXo Platform uses HSQL and you do not need any configuration to make it work. Follow this chapter only when you
need to use another RDBMS.
Assuredly you can use MySQL, PostgreSQL, MSSQL, Oracle, Sybase, DB2.
Optimistically any SQL database that provides a JDBC compliant driver can be used.
In this chapter:
Creating databases
You need to create databases. The tables are...
Monday, April 11, 2016
Selenium in Juzu portlets
Previous steps:– Learn how to develop great Juzu portlets for eXo Platform!– Step 2: viewing and posting secrets– Step 3: Building a sexy secret wall– Step 4: adding Likes and Comments for Secret– Step 5: Saving Secrets in the JCR– Step 6: Let the whole world create new secrets
The JuZcret application is now finished, but our project is not perfect…
All through...