<s>
Canigó	B-Language
is	O
the	O
name	O
chosen	O
for	O
the	O
Java	B-Language
EE	I-Language
framework	B-Application
of	O
the	O
Generalitat	O
de	O
Catalunya	O
.	O
</s>
<s>
Canigó	B-Language
is	O
defined	O
as	O
a	O
"	O
common	O
technological	O
framework	B-Application
for	O
development	O
and	O
execution	O
of	O
web	O
applications	O
for	O
corporative	O
systems	O
and	O
departments	O
of	O
the	O
Generalitat	O
de	O
Catalunya	O
"	O
.	O
</s>
<s>
A	O
common	O
architecture	O
for	O
Java	B-Language
EE	I-Language
application	O
building	O
.	O
</s>
<s>
Simplifies	O
the	O
complexity	O
inherent	O
to	O
Java	B-Language
EE	I-Language
,	O
offering	O
a	O
referent	O
framework	B-Application
.	O
</s>
<s>
Canigó	B-Language
's	O
architecture	O
is	O
based	O
on	O
Model	O
–	O
View	O
–	O
Controller	O
.	O
</s>
<s>
Actually	O
Canigó	B-Language
's	O
architecture	O
,	O
as	O
a	O
MVC	O
structured	O
framework	B-Application
,	O
is	O
divided	O
in	O
3	O
layers	O
and	O
4	O
cross-cutting	O
modules	O
:	O
</s>
<s>
Canigó	B-Language
's	O
a	O
modular	O
structure	O
gives	O
to	O
developers	O
the	O
option	O
to	O
use	O
only	O
the	O
needed	O
modules	O
to	O
cover	O
project	O
requirements	O
.	O
</s>
<s>
Canigó	B-Language
is	O
based	O
on	O
a	O
series	O
resources	O
,	O
API	B-General_Concept
's	O
integration	O
as	O
JPA	B-Language
,	O
and	O
open	O
source	O
packages	O
(	O
Spring	B-Application
,	O
Swagger	B-Application
,	O
...	O
)	O
.	O
</s>
<s>
One	O
of	O
the	O
most	O
important	O
architectural	O
basis	O
is	O
decoupling	O
frontend	O
and	O
backend	O
using	O
REST	B-Protocol
API	I-Protocol
's	O
.	O
</s>
<s>
The	O
framework	B-Application
consists	O
of	O
the	O
blocks	O
specified	O
below	O
:	O
</s>
<s>
Spring	B-Application
is	O
an	O
open	O
source	O
framework	B-Application
written	O
for	O
the	O
Java	O
platform	O
.	O
</s>
<s>
Canigó	B-Language
is	O
designed	O
to	O
help	O
with	O
the	O
configuration	O
of	O
web	O
applications	O
,	O
and	O
also	O
to	O
simplify	O
systems	O
construction	O
in	O
different	O
pieces	O
(	O
easily	O
interchangeable	O
and	O
visible	O
between	O
them	O
)	O
,	O
service	O
integration	O
,	O
security	O
services	O
,	O
database	O
connection	O
,	O
transactionality	O
,	O
etc	O
...	O
Spring	B-Application
provides	O
a	O
complete	O
testing	O
system	O
,	O
it	O
's	O
possible	O
to	O
develop	O
unitary	O
tests	O
uncoupling	O
objects	O
from	O
its	O
context	O
making	O
easier	O
the	O
execution	O
of	O
the	O
test	O
cases	O
.	O
</s>
<s>
The	O
external	O
data	O
access	O
,	O
through	O
Spring	B-Application
,	O
is	O
an	O
easy	O
task	O
because	O
this	O
framework	B-Application
manages	O
the	O
resources	O
by	O
itself	O
.	O
</s>
<s>
It	O
also	O
has	O
support	O
APIs	B-General_Concept
and	O
it	O
's	O
able	O
to	O
bear	O
the	O
vast	O
majority	O
of	O
Java	O
industry	O
data	O
access	O
technologies	O
like	O
:	O
JDBC	O
,	O
Hibernate	B-Library
,	O
JPA	B-Language
,	O
JDO	O
or	O
iBatis	B-Library
.	O
</s>
<s>
The	O
main	O
basis	O
of	O
Canigó	B-Language
's	O
architecture	O
is	O
a	O
completely	O
integrated	O
group	O
,	O
also	O
modular	O
,	O
of	O
the	O
best	O
practices	O
in	O
Java	O
web	O
applications	O
developing	O
technologies	O
.	O
</s>
<s>
Swagger	B-Application
is	O
an	O
open	O
source	O
software	O
framework	B-Application
backed	O
by	O
a	O
large	O
ecosystem	O
of	O
tools	O
that	O
helps	O
developers	O
design	O
,	O
build	O
,	O
document	O
,	O
and	O
consume	O
RESTful	B-Protocol
Web	I-Protocol
services	I-Protocol
.	O
</s>
<s>
While	O
most	O
users	O
identify	O
Swagger	B-Application
by	O
the	O
Swagger	B-Application
UI	O
tool	O
,	O
the	O
Swagger	B-Application
toolset	O
includes	O
support	O
for	O
automated	O
documentation	O
,	O
code	O
generation	O
,	O
and	O
test	O
case	O
generation	O
.	O
</s>
<s>
Spring4	O
Framework	B-Application
as	O
a	O
centralised	O
object	O
and	O
services	O
container	O
,	O
completely	O
configurable	O
through	O
XML	O
files	O
or	O
Java	O
annotations	O
.	O
</s>
<s>
Dependency	B-Library
injection	I-Library
allows	O
the	O
configuration	O
of	O
objects	O
out	O
of	O
application	O
's	O
code	O
with	O
a	O
non-intrusive	O
approach	O
.	O
</s>
<s>
It	O
also	O
allows	O
managing	O
transactions	O
without	O
using	O
specific	O
APIs	B-General_Concept
by	O
the	O
use	O
of	O
Aspect	B-Architecture
Oriented	I-Architecture
Programming	I-Architecture
.	O
</s>
<s>
JPA	B-Language
provides	O
a	O
persistency	O
model	O
based	O
on	O
POJOs	O
to	O
map	O
the	O
Java	O
relational	O
data	O
bases	O
.	O
</s>
<s>
Also	O
MongoDB	B-Application
,	O
the	O
most	O
popular	O
non-relational	O
database	O
,	O
is	O
supported	O
.	O
</s>
<s>
AOP	O
(	O
Aspect	B-Architecture
Oriented	I-Architecture
Programming	I-Architecture
)	O
for	O
application	O
's	O
event	O
interception	O
without	O
modifying	O
the	O
source	O
code	O
.	O
</s>
<s>
This	O
module	O
is	O
the	O
core	O
of	O
the	O
framework	B-Application
,	O
here	O
is	O
where	O
the	O
main	O
features	O
are	O
located	O
:	O
</s>
<s>
Trace	O
Service	O
:	O
Based	O
on	O
Log4j	B-Application
.	O
</s>
<s>
Canigó	B-Language
offers	O
a	O
series	O
of	O
exceptions	O
by	O
default	O
(	O
BaseException	O
,	O
CoreException	O
,	O
...	O
)	O
.	O
</s>
<s>
Security	O
Module	O
:	O
Based	O
on	O
Spring	B-Language
Security	I-Language
4.x	O
.	O
</s>
<s>
Since	O
Canigo	B-Language
3.2.0	O
,	O
JSF	O
has	O
been	O
deprecated	O
as	O
a	O
presentation	O
layer	O
technology	O
.	O
</s>
<s>
Presentation	O
layer	O
responsibility	O
has	O
been	O
delegated	O
outside	O
the	O
framework	B-Application
to	O
another	O
teams	O
specialized	O
on	O
front-end	O
technologies	O
as	O
Angular	B-Language
or	O
React	B-Application
.	O
</s>
<s>
GECAT	O
:	O
This	O
module	O
has	O
a	O
set	O
of	O
functionalities	O
for	O
invoice	O
management	O
offered	O
by	O
the	O
SAP	B-Application
service	O
of	O
the	O
Gecat	O
.	O
</s>
<s>
SARCAT	O
:	O
Is	O
a	O
series	O
of	O
methods	O
to	O
execute	O
the	O
services	O
offered	O
by	O
S	O
@rcat	O
,	O
through	O
WebServices	O
,	O
FTP/SFTP	O
for	O
planned	O
requests	O
.	O
</s>
<s>
SAP	B-Application
:	O
It	O
is	O
a	O
simplified	O
interface	O
to	O
access	O
the	O
SAP	B-Application
backend	O
of	O
the	O
Generalitat	O
de	O
Catalunya	O
.	O
</s>
<s>
Webservices	O
:	O
Canigó	B-Language
3	O
does	O
not	O
have	O
a	O
native	O
webservices	O
module	O
.	O
</s>
<s>
Canigó	B-Language
3	O
encourages	O
the	O
use	O
of	O
Spring	B-Application
WS	O
,	O
Jaxb	O
and	O
OXM	O
.	O
</s>
<s>
Queues	O
:	O
Canigó	B-Language
3	O
does	O
not	O
have	O
a	O
queue	O
management	O
module	O
.	O
</s>
<s>
The	O
use	O
of	O
Spring	B-Application
JMS	B-Language
is	O
recommended	O
.	O
</s>
<s>
JPA	B-Language
:	O
Java	B-Language
Persistence	I-Language
API	I-Language
Unifies	O
the	O
tools	O
for	O
the	O
ORM	B-General_Concept
(	O
Object-Relational	B-General_Concept
Mapping	I-General_Concept
)	O
.	O
</s>
<s>
The	O
default	O
JPA	B-Language
implementation	O
in	O
Canigó	B-Language
3	O
is	O
Hibernate	B-Library
.	O
</s>
<s>
Spring	B-Application
Data	O
JPA	B-Language
makes	O
it	O
easy	O
to	O
easily	O
implement	O
JPA	B-Language
based	O
repositories	O
.	O
</s>
<s>
It	O
makes	O
it	O
easier	O
to	O
build	O
Spring-powered	O
applications	O
that	O
use	O
data	O
access	O
technologies	O
.	O
</s>
<s>
MongoDB	B-Application
:	O
easily	O
integration	O
with	O
MongoDB	B-Application
document	O
database	O
thanks	O
to	O
Spring	B-Application
Data	O
MongoDB	B-Application
.	O
</s>
<s>
This	O
module	O
delivers	O
some	O
additional	O
features	O
to	O
the	O
framework	B-Application
.	O
</s>
<s>
Task	O
Planner	O
:	O
Based	O
on	O
Spring	B-Application
and	O
Quartz	B-General_Concept
.	O
</s>
<s>
SFTP	B-Protocol
:	I-Protocol
Enables	O
the	O
file	O
transmission	O
between	O
the	O
server	O
where	O
the	O
application	O
is	O
deployed	O
and	O
other	O
servers	O
through	O
a	O
secured	O
protocol	O
.	O
</s>
