Maven plugin for gathering source code statistics [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Our project is based on J2EE and we would like to know if there is a open source maven-plugin which either integrates with cloc (Refer How can I measure source code statistics?) or other tools?

Use Sonar for that!
As you can see in the demo site, when this tool analyses your project, it provides a lot of statistics (using their internal tool, Sonar Squid which is a replacement of the old JavaNCSS) :
alt text http://sonar.codehaus.org/wp-content/uploads/2009/05/sonar-squid.jpg

Related

Create PDF front end service [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a MySQL database that I would like to periodically print reports from.
I would like these reports to be downloadable into .pdf format; are there any free (secure) services that would allow me to do this?
Preferably from a well-known hosting service.
One that I have used and really like is FPDF.
It's a PHP Module Library that works really well and best of all it's free!
There are example scripts on their website too for you too have a look and plenty of tutorials on YouTube.
Hope this helps,
Craig

How to check S1000D document for BREX? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I develop a small S1000D project (~100 data modules) with BREX module.
For storage my documents I use file system instead expensive CSDB.
I need some tool or code example to validate my documents.
If you use S1000D 4.0 or 4.1 issues, you can try free tool: S1000D Checker.
I don't know any projects with source code.

Open standard Business Process Execution Language [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can any one tell me what are the available open standard Business Process Execution Language.
Thanks,
Narendra
Not sure if I correctly got the question... The most recent version of the BPEL spec can be found here: http://docs.oasis-open.org/wsbpel/2.0/wsbpel-v2.0.html. There are open source BPEL engines such as Apache ODE (http://ode.apache.org) available. Let me know if this answers your question or try to make it more precise.

Framework or library for creating user based rating systems such as in Digg, Reddit etc? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Looking for a good client side library using which I can create a reddit vote up / down, commenting, etc system?
The more mature the framework the better as this will go on a production site immediately.
Reditt is open source. Why don't you take a look?

E - Commerce open source review [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Do you know a good review of the existing e-commerce open source platforms? I'll like it to be written in PHP in order to understand them faster and to contribute back.
many thanks
Magento Shopping Cart- they are using Zend Framework.
Magento is replacing other open source cart, and becoming the best, in terms of functionality and interface.
Have a look at Zen Cart or osCommerce. Both are widley supported and have a large community base.