摘要:
recently, i had the opportunity to work with the latest version of object-ventures j2ee development tool: objectassembler. objectventure promotes objectassembler 2.5 as a "smart" development tool t......
摘要:
as most java developers know, the standard gui components provided with
the java platform are barely adequate for most applications. weve all had
to extend the base swing (jfc) components and awt......
Teamstudio Analyzer for Java @ JDJteamstudio analyzer for java is a plug-in that supports most of the popular java ides. it inspects java code based on 192 predefined rules, and produces a number of reports with coding style violations. the tool can also auto-fix problems according to preconfigured patterns. the 192 predefined rules are java and j2ee best-practice patterns. the rules are configurable and settings can be exported to, or imported from, a file. users can configure the existing rules to their needs and also write their own rules, e.g., project specific rules, as desired.
installing and using teamstudio analyzer for java 【推荐阅读:Modeling Enterprise 】
what is every java developers nightmare? maintaining code, even if he or she has written it. code is often chaotic and incomprehensible, mostly due to nonuniform coding styles.
for decades, premier software vendors realized that uniformity in projects cannot be assured without additional inspections during development. teamstudio is one of these software vendors. the company has made a name for itself with its software tools for lotus notes and domino; now it also develops software tools for java. teamstudio analyzer for java automatically inspects your code and provides control over a uniform coding style within your projects.
product description
teamstudio analyzer for java is available for download from www.teamstudio.com. youll need to register (at no cost) in order to gain access to the download page. next, y...
下一页 摘要:
i do believe the center of java development is the programmer who is
creating object-oriented java code. but how do you achieve this when
developing web applications? in the internet scenario the ......