Simple sample Velocity examples [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Please recommend open source web applications that use velocity for html generation, that would be good examples to learn from.
Want to try using velocity for my next web app but want to learn from more experienced people first (:

Apache Roller does. Also the example applications that come with the VelocityTools project. Liferay. And plenty of frameworks include Velocity support and examples. Apache Click is one of the better of those.

Related

Generate pdf from html [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a simple solution of how to generate pdf from html template preferably in Scala (it could be a Java library as well). Just for information, I need to use it in a Web application made by Play Framework or Lift.
This is for Java, free as long as you don't use it for commercial purposes. http://itextpdf.com/
yes itext is a nice library for starting learning about text to pdf conversion and the reverse.

Something like OpenCart for Java [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've searched so far many times for this question but unfortunately without any result.
This is my question: Is there any open source shopping cart solution (e-commerce system) for javaEE (java based)? I mean something like OpenCart.
I appreciate your comments.
Broadleaf Commerce is open source based on Spring and Hibernate.
Apache OFBiz (The Apache Open For Business Project) . The development community is quite helpful. The live demo is also available for more details visit ofbiz . There is also BigFish Open source E-commerce which is based on ofbiz platform.

Are there any good tutorials for ice4j? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have just started using ice4j as an ICE client. I am experimenting with it, and I want to create a simple chat application using it. The problem is, I can't seem to find any good tutorials on how to use ice4j, and the Javadoc I compiled from the source code doesn't seem to help either. I don't want to resort to having to read through all the source code, because that would be annoying. Is there anything that can help me learn ice4j?
Try reading tests, usually it's the best documentation, especially when there's nothing decent about a techlogy

Recommended open source java mailing list software [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone recommend a based open source mailing list software ?
The following would all be desired if possible:
Java as the underlying language, as we have people who are experienced with Java
Something which is packaged as a war and can be dropped into a Tomcat server
A sleek interface
Underlying data should be reasonably transparent
Good support for groups - sometimes we want to send mail to everyone, sometimes only people working in a certain area etc.
This is for a non-profit tax-payer funded research organization, so open-source (free) is a high priority. Thanks.
http://subetha.tigris.org/
Apache James http://james.apache.org/server/2.3.2/mailing_lists.html

What's the best open-source Java Bayesian spam filter library? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
In other answers at Stackoverflow it's been suggested that Weka is good, but there are others (Classifier4j, jBNC, Naiban).
Does anyone have actual experience with these?
Weka is awesome, but Classifier4J is probably closer to what you want, since it's more aimed at text recognition.
You could also have a look at the still very new Apache Mahout project.
Another new library is ci-bayes, nice and very simple to use.
disclaimer: I have submitted a patches to this project and am currently a committer

Categories

Resources