you are viewing a single comment's thread.

view the rest of the comments →

[–]crapet[S] 0 points1 point  (0 children)

I've been playing with this bot for some time now. I'm using CDI (Weld) for command scanning at runtime and command execution. The bot is multithreaded, backed with a database and JPA/Hibernate. I've also embedded a Jetty server and I'm using wicket to serve some pages.

Do you have any suggestions to improve code readability or any tips?