JDocs (original) (raw)
? ?
- Log in
- Join free Join
- English (en)
- English (en)
- Русский (ru)
- Українська (uk)
- Français (fr)
- Português (pt)
- español (es)
- Deutsch (de)
- Italiano (it)
- Беларуская (be)
Find posts by author
Type username to filter posts in this community
One of my colleagues pointed out JDocs. It's a site set up by JavaLobby which gathers together JavaDocs from a load of projects (Open Source, of course). But what makes it more than that is that it allows users to add comments to classes or methods. Lets hope it builds into something useful for us all.
I'm following this tutorial on the netbeans website for a simpleEE7App. I followed the instructions precisely but got an exception need help. :/…
anyone here?
It seems that you can override a concrete method and make it abstract. I actually came across some code that did this, so I had to check how it…