| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Source Code | 2019-08-26 | ||
| Documentation | 2019-08-25 | ||
| Library | 2019-08-25 | ||
| README.txt | 2019-08-25 | 866 Bytes | |
| Totals: 4 Items | 866 Bytes | 0 | |
eBus 5.2.1 Downloads
Release 5.2.1 corrects the following problems:
+ Class net.sf.eBus.client.ERemoteApp was incorrectly marked
package private. This is changed back to public.
+ Removed calls to deprecated
net.sf.eBus.messages.EMessageObject constructors from eBus
system messages.
+ Corrected errors in eBus Programmer's Manual referencing the
eBus configuration files.
+ Replaced @Optional message field annotation with @Nullable
(javax.annotation) which declares that the message field may
be set to null.
There are three download folders:
+ Libary: contains the eBus API jar files.
+ Documentation: contains the eBus Programmer's Manul in PDF and
Javadoc folders in tar, gzipped and zip formats.
+ Source Code: snapshot of eBus NetBeans project files at release
time.
Note: eBus requires Java 8.