969 reputation
115
bio website gruphi.de
location Germany
age 21
visits member for 9 months
seen 48 mins ago
stats profile views 37

CS student at an university of applied science in Germany.


Jun
6
comment how to convert date in SelectOneMenu to dd/mm/yyyy?
@marouanoviche omnifaces is just a utility framework. it will work like a charm with primefaces.
May
23
awarded  Tumbleweed
May
23
comment Printing Data from Servlet to browser asynchronously
Well, that look's different. I would recommend you to look into atmosphere ( github.com/Atmosphere/atmosphere ), too. It also supports Comet along with WebSockets, Long-Polling, Streaming, ServerSentEvents, etc. as fallbacks.
May
23
comment Printing Data from Servlet to browser asynchronously
Comet is an umbrella term, encompassing multiple techniques for achieving this interaction. All these methods **rely on features included by default in browsers, such as JavaScript**, rather than on non-default plugins. Comet is a way to do that, but don't know if it really fits.
May
23
comment Printing Data from Servlet to browser asynchronously
HTML is a document description language. Everything that makes it feel alive is javascript. HTML5 is pushing against that, bit you still need javascript to achieve important things. Why aren't you allowed to use AJAX or JS?
May
23
comment Printing Data from Servlet to browser asynchronously
What about hiding those <p>s and then show it via javascript. otherwise I don't think there's any simple solution here. Servlets don't use magic ;) they rely on the unidirectionality of HTML, but you knew that.
May
16
asked JBoss salted DatabaseServerLoginModule on AS 7.1
May
12
revised Explain Runnable and Invoke()
added 149 characters in body
May
12
answered Explain Runnable and Invoke()
May
12
comment Explain Runnable and Invoke()
docs.oracle.com/javase/6/docs/api/javax/swing/…
May
8
accepted ClassCastException when persisting enum via Hibernate
May
8
revised ClassCastException when persisting enum via Hibernate
added 190 characters in body
May
8
comment JSF and type safety
Well I know how converters work in general(and how to write them as I already did), but I was mistaken by thinking the standard enum converter would do that for me without any extra work. However this answer is BalusC-like qualitity, thank you :)
May
8
accepted JSF and type safety
May
8
comment JSF and type safety
Shouldn't the standard enum converter do that in JSF 2.0 without explicitly setting it?
May
8
asked JSF and type safety
May
8
comment ClassCastException when persisting enum via Hibernate
let us continue this discussion in chat
May
8
comment ClassCastException when persisting enum via Hibernate
Wouldn't 3 be the case when I tested it with a raw enum(no properties)? Because that's what I already did and that sadly didn't work out. The 1st would probably the best solution, but it seems so overcomplicated.
May
8
comment ClassCastException when persisting enum via Hibernate
Well, still there's only one thing getting printed and that's INFO [org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl] (http-localhost-127.0.0.1-8080-3) HHH000010: On release of batch it still contained JDBC statements within those exceptions. It's hibernate 4.2.1Final
May
8
comment ClassCastException when persisting enum via Hibernate
It's all the same.