Questions tagged [jodd]

Jodd is an open-source Java utility library and complete set of micro-frameworks.

Jodd is an open-source Java utility library and set of micro frameworks. Jodd tools enriches JDK with many powerful and feature rich utilities. It helps with everyday task, makes code more robust and reliable. Jodd frameworks is set of lightweight application frameworks, compact yet powerful. Designed following the CoC, DRY and SCS principles, it makes development simple, but not simpler; you get 90% of the features with 10% of usual effort.

Special attention is put into creating reusable and fastest possible code and still keeping it small, under 1.5 MB.

Jodd is free software, released under the terms of the BSD license.

Jodd = tools + ioc + mvc + db + aop + tx + html + json

More details :

68 questions
0
votes
1 answer

jodd and jetty classNotFound (org.eclipse.jetty.client.api.Result)

I have an app build with jodd 3.6.6 and when I try to run it on jetty9 it cannot initialize Madvoc : 1377 [ERROR] j.m.Madvoc.startNewWebApplication:161 - Madvoc startup failure. jodd.madvoc.MadvocException: Scan classpath error; <---…
Videanu Adrian
  • 972
  • 3
  • 16
  • 41
0
votes
1 answer

Setting timeout for Jodd HTTP client?

I am using Jodd HTTP client for testing some REST APIs. Everything works fine (great, actually:) except I am not sure how to set the socket time out value. So sometimes, when server is not up, I need to wait for long time (because of default systems…
user4095212
0
votes
1 answer

Can I deploy a Jodd framework app to Google App Engine?

Simple question that I haven't seen a simple answer to. Can I deploy a web application written using Jodd to Google App Engine? If so, can someone please direct me to an example and/or gotchas? Thanks, Shane
Shane
  • 3,051
  • 3
  • 40
  • 45
0
votes
1 answer

Jodd BeanUtilBean doesn't support java.util.Set?

I've a bean that contains a java.util.Set, when I try to populate the Set, I got BeanException: Index property is not an array, list or map. Why Jodd doesn't support Set ? My bean look like: public class ShippingRule { private Set
user3502676
  • 317
  • 3
  • 7
0
votes
1 answer

Post a comment on facebook with Jodd a httpclient

How can I post a comment on my profile with Jodd and httpclient once logged in? final HttpBrowser browser = new HttpBrowser(); HttpRequest request = HttpRequest.get("www.facebook.com"); browser.sendRequest(request); String page =…
0
votes
2 answers

template parsing URL in java

I have a application that receive a message from SMPP server and forward the received message to users web services. all users have a URL in database like…
Majid Azimi
  • 5,575
  • 13
  • 64
  • 113
0
votes
1 answer

Getting wikipedia category links

What I'm trying to do is get both the categories that are assigned to a certain wikipedia article and the values of the href to the assigned categories. Example: Given this article : "Bread" & "Breakfast foods" are the category names and…
deemel
  • 1,006
  • 5
  • 17
  • 34
-3
votes
2 answers

Replace text with {} symbol in Jerry?

I have the following code:

To
{customerDetails}

I tried by following but it gave an error. Jerry doc =…
M.S.Naidu
  • 2,239
  • 5
  • 32
  • 56
1 2 3 4
5