Presentation
Zemucan: A Syntax Assistant for DB2
This application assists DB2 users while writing commands,
proposing options and parameters or, completing words.
This is
"Command Line Completion"
program, and you can find more
information in
Wikipedia.
Description
There are many types of completers. You have probably used
the
T9
in mobiles phone to complete words while writing a SMS.
In addition,
when
writing an application in
Eclipse
,
you can get help from the "Code assistant" that shows you a set
of
possibilities when pressing Ctrl + Space.
Moreover, in MS Word,
when
you type the first letters of a word, sometimes this program
presents to
you a set of
possible options to
complete
the word.
Another
approach, which
is very similar to this application,
is the
auto completion
in Command Line Interpreters such as
Bash,
Zsh or CMD.exe, that
helps
you
searching a program or
path in the file system.
Finally,
when
talking about
databases, there are
several
applications that
offer
assistance for writing SQL sentences,
however,
there is
nothing
for
writing commands for database
administration, and
this
application
tries to solve
this problem.
This is an almost* Pure Java Application that can be executed in
many platforms (*It makes some native calls that can be executed
in
many platforms.)
This application cares about the
Privacy
of your data.
At the designing phase of this application, the Privacy
of the
data
was an important
factor of the architectural decisions.
Web Site
This is the User website. Here, you can find the information
about how to use the
application, how to configure it,
how to
install
it, and
everything concerning to the final user,
including a
global
overview.
There is another site designed for the developers and people
interested in knowing about the project development. There you
can
find information about the architecture, the implementation,
the life
cycle, the project, etc. You can visit it
here (Versions)
News
- 2010-02-16 - Version Beta 2 released.
- 2009-08-04 - Version Beta 1 released.
- 2009-06-20 - The User website has been deployed in SourceForge.
-
2009-06-12 - This program participated in the
XML Challenge.
Misc
Some statistics.
The software is Open Source with LGPL v3 as license.
The documentation has a license Creative Common - Attribution
v3.