|
62
program and so on to communicate, plan, and develop this application and its related
documentation.
2.3.13.2 The Significant of Apache
Apache
is
an
open-source program, which distributes all around the world freely
through
internet. We think Apache will be the best solution server implementation when
we would like to use PHP program or application. Also, Apache is free so we think
company doesnt need to pay of its proprietary.
2.3.14 KXML 2
KXML
2
is Java
External
API provided
by
kxml.sourceforge.net.
KXML
2
is
a
freeware licensed under the BSD license. This API is distributed from
kxml.sourceforge.net.
KXML
2
deals
with
XML
generation
and
comprehension.
This
API
covers
most
of
operation
that
related
with
XML.
It
provides
method
that
can
be
used
to
serialize
and
parse XML tags and its attribute. KXML 2 is very helpful as it can be used for
applications that use XML strings for data communication.
KXML 2 implements other Java External API that is XmlPull API. XmlPull API is
provided
by
xmlpull.org.
This
API
is
just
like
KXML
2
which
is
free
to
download
and
use. To use KXML 2 just put the API at library folder and include the kxml2.jar file in
compilation.
|