Closed Bug 304954 Opened 19 years ago Closed 15 years ago

Grendel needs a backend API

Categories

(Grendel Graveyard :: User Interface, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: kieran.maclean, Assigned: kieran.maclean)

References

Details

Attachments

(1 file)

546 bytes, text/plain
kieran.maclean
: review?
rjkeller
Details
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: 

Grendel needs the front-end code separated from the back-end code.

This should be designed to provide the information that is required by the UI in
a form (structure) that is appropriate for the UI.


Reproducible: Always
How should simple events be handled in the backend api?

There is the option of having every event "propagate" up to the Server and group
of Servers and being "listened" for at any point.

Or should the event simply happen for that entity and go no further, if you are
"listening" for folder events on a folder then you will receive events only for
that folder.

Or some idea not mentioned here.
Blocks: 11370
Blocks: 304964
Blocks: 306898
Blocks: 304960
Arranging bug dependences and assignments for code patches.
Assignee: rlkeller → kieran
Depends on: 307150
No longer depends on: 307150
Arranging bug dependences and assignments for code patches.
Status: NEW → ASSIGNED
Depends on: 307150
Committed new API Code
The List of External Libraries used to compile and run grendel.
http://wired.st-and.ac.uk/~hash9/grendel/grendel-jar-pack-20051224.zip
Attachment #206775 - Flags: review?(rlkeller)
Comment on attachment 206775 [details]
My list of External Libraryies

Do we need jars for every langauge? Can we only ship ones for a certain langauge, and let the user download other language packs?

Also, do we really need these jars in the release builds?
- derbyTesting.jar
- hsqldb.jar (aren't we using derby for addressbook?)
- swing-layout-0.7.jar (what is this?)
- xercesImpl.jar (isn't xerces shipped w/ JRE?)
- xml-apis.jar (same as above, isn't SAX and DOM shipped with Java?)
(In reply to comment #6)
> (From update of attachment 206775 [details] [edit])
> Do we need jars for every language? Can we only ship ones for a certain
> language, and let the user download other language packs?
Could do, this is just my list it probably needs trimmed.
> 
> Also, do we really need these jars in the release builds?
> - derbyTesting.jar
Probably not
> - hsqldb.jar (aren't we using derby for addressbook?)
We have support for both derby and hsqldb
> - swing-layout-0.7.jar (what is this?)
The new layout manager made for the new NetBeans GUI designer
> - xercesImpl.jar (isn't xerces shipped w/ JRE?)
> - xml-apis.jar (same as above, isn't SAX and DOM shipped with Java?)
One of these is needed I don't remember which one, probably xercesImpl.jar
marking wontfix as grendel is removed from cvs
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: