Search Results

12
votes
4answers
1k views

db4o experiences?

I'm currently trying out db4o (the java version) and I pretty much like what I see. But I cannot help wondering how it does perform in a real live (web-)environment. Does anyone have any experience …
1
vote
1answer
962 views

Howto make javax.faces.model.SelectItem selected

I'm creating a List of javax.faces.model.SelectItem (in a bean) for use with a h:selectManyCheckbox but I cannot figure out how to make a SelectItem selected. …
0
votes

JAXB: How to ignore namespace during unmarshalling XML document?

Another way to add a default namespace to an XML Document before feeding it to JAXB is to use JDom: Parse XML to a Document Itera …
2
votes

How to execute an URL using Android?

Android contains the Apache Http Components in package org.apache.http. There you will find everything you need to call an URL with p …
1
vote

Weblogic or JBoss?

Personally I would choose JBoss (community version) over Weblogic (Server) because it's free (you know, like in freedom). But that isn't answering the question, so... I can see two main rea …
1
vote

How do I get more debug messages from Hibernate?

Also make shure you're using the correct log4j-configuration. When running in jboss (you are doing that, right?), you configure log4j-logging in $JBOSS_HOME/server/<config>/con …