Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #38983 > unrolled thread
| Started by | Henrik Heine <henrikheine@web.de> |
|---|---|
| First post | 2019-06-09 14:35 -0700 |
| Last post | 2019-06-09 14:35 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.java.programmer
[ANN] Deeto - A Java dynamic proxy factory for interface-typed data transfer objects Henrik Heine <henrikheine@web.de> - 2019-06-09 14:35 -0700
| From | Henrik Heine <henrikheine@web.de> |
|---|---|
| Date | 2019-06-09 14:35 -0700 |
| Subject | [ANN] Deeto - A Java dynamic proxy factory for interface-typed data transfer objects |
| Message-ID | <a21ead5f-af23-43c0-9ff7-b72bee103eec@googlegroups.com> |
Hi, I hacked a little lib that you might find useful: https://github.com/henrik42/deeto From the readme: Deeto is a Clojure library for Java developers. With Deeto you can define your data transfer object types via interfaces in Java. You do not need to implement these interfaces. Instead you can ask Deeto to analyze (via reflection) the interface class I and then give you a factory for I. At the moment there is only a SNAPSHOT on clojars. I'll do more tests before a first release. Feedback is highly appreciated. Henrik
Back to top | Article view | comp.lang.java.programmer
csiph-web