14 projects tagged "Java"
KeyAccess is a light-weight object-relational mapping (ORM) tool for Java, using existing databases as the starting point to generate a domain model. Its main goal is to reduce and sometimes eliminate manual updating between your domain object model and the underlying databases, while still being able to use arbitrarily complex SQL queries. In addition, KeyAccess doesn’t mandate a special architecture or framework – it will work in any application using JDBC.
vxref provides integration of the xref tool into vim. The xref tool is a cross referencing and refactoring tool with a free version available that parses C and Java code, and a paid version that parses C++. vxref brings solid auto-completion (as opposed to all sorts of flakey varieties such as omni-complete) and accurate code browsing with scope information to vim.