Projects tigase _server server-core Issues #1291
Simplify and de-duplicate tigase.server.Command and tigase.server.DataForm API (#1291)
Open
wojciech.kapcia@tigase.net opened 3 years ago

Curently both of those APIs seems to share a lot of functionality. Quite possibly all data form handling could be moved to tigase.server.DataForm. We should also utilise more, if possible, provided builders. (We also have tigase.form.Form API, but it could be "too heavy", especially for Command objects, though ideally we should limit number of APIs doing the same thing…)

Intention for 8.3 is to come up with way forward and deprecating older APIs that will be removed.

Andrzej Wójcik (Tigase) commented 3 years ago

DataForm contains a Builder class which has a more useful API than tigase.server.Command and tigase.server.DataForm. This new builder should be a preferred way to create forms. While it may be slightly heavier than using DataForm or Command APIs, usage of this API is easier to read and understand.

wojciech.kapcia@tigase.net commented 3 years ago

The 3rd sentence states as much: "We should also utilise more, if possible, provided builders."...

The gist of the issue to somewhat organise what we have now (including Form API form tigase-utils) to ideally have only single, well documented API…

wojciech.kapcia@tigase.net batch edited 5 months ago
Name Previous Value Current Value
Iterations
empty
tigase-server-8.4.0
wojciech.kapcia@tigase.net batch edited 5 months ago
Name Previous Value Current Value
Iterations
tigase-server-8.4.0
tigase-server-8.5.0
Version
tigase-server-8.4.0
tigase-server-8.5.0
issue 1 of 1
Type
Task
Priority
Normal
Assignee
Version
tigase-server-8.5.0
Iterations
Issue Votes (0)
Watchers (2)
Reference
tigase/_server/server-core#1291
Please wait...
Page is in error, reload to recover