Mauli

1,455
Reputation
327 views

Registered User

Name Mauli
Member for 1 year
Seen 2 days ago
Website
Location Munich
Age 30
My favourite language is Python, although for work I have to program in Java (Spring, Hibernate, OpenSCADA).
Nov
25
awarded  Popular Question
Nov
16
comment Is there a modbus implementation which uses Mina 2.x?
I know that there are modbus implementations out there, my question was if specifically one which utilizes apache mina - is available!
Nov
16
revised Is there a modbus implementation which uses Mina 2.x?
added 11 characters in body
Nov
15
asked Is there a modbus implementation which uses Mina 2.x?
Nov
15
comment RegEx match open tags except XHTML self-contained tags
No, the question is: Did actually someone ask Paris Hilton to write an OS?
Nov
14
answered Python message oriented middleware (i.e. JMS for Python)
Nov
10
comment How to call a Oracle function from hibernate with return parameter?
great, it works fine now!
Nov
9
comment How to call a Oracle function from hibernate with return parameter?
would you mind to provide an example? I'm a bit lost how to get the result from the function. Do I need to use a out parameter?
Nov
9
asked How to call a Oracle function from hibernate with return parameter?
Nov
4
comment What is the best approach for having some kind of lazy iterator where the return is evaluated only on request?
It looks very much like the easiest solution for my problem.
Nov
3
asked How to inhibit start of WAR file within EAR file configuratively?
Oct
30
comment psyco complains about unsupported opcode 54, what is it?
with that information I found thomas.apestaart.org/log/?p=927 so the problem is obviously that STORE_MAP is new in Python 2.6 and probably not supported by Psyco. I guess I will try to run my program with python 2.5, than this shouldn't happen anymore.
Oct
29
comment psyco complains about unsupported opcode 54, what is it?
not that I'm aware of. I installed psyco with the ubuntu package manager.
Oct
29
asked psyco complains about unsupported opcode 54, what is it?
Oct
28
comment What is the best approach for having some kind of lazy iterator where the return is evaluated only on request?
Somehow I didn't think this far, but thats a simple and for my case a totally appropriate solution. @ChssPly76 Why do you think the interface is sub optimal? In the standard case it is a database operation, the data itself is transmitted over the network via other means. The count option just a way to request a complete block in one request instead of doing a network request for each single entry. In this way the GUI for the user can already display some data even if there is still more to come. My question on the other hand targets a in memory dummy implementation I use for tests.
Oct
28
comment Is there a standalone Java library which provides LDAP style parsing?
I finally came around to try it, and it works quite fine.
Oct
28
comment Does the maven-dependency-plugin use some other kind of artifact resolution than the rest of maven?
Hah! I knew it! This explains it quite clearly. I will have a look at maven 3, but I'm not very hopeful, since my builds don't work with any maven version other than 2.0.10 (so much to compatibility promises).
Oct
27
asked What is the best approach for having some kind of lazy iterator where the return is evaluated only on request?
Oct
17
comment Hibernate is rounding my double ?
just for your information, precision="12" scale="2" has no effect on inserts/updates, it is only used if hibernate also creates the database, so that it knows how to create the column.
Oct
17
asked How do I change in an eclipse web project the WebContent folder to something different?
Oct
16
awarded  Popular Question
Oct
16
awarded  Popular Question
Oct
14
awarded  Tumbleweed
Oct
7
asked Is there a prefabricated magnifying glass cursor for SWT somewhere available?
Oct
2
answered Simple non-web based bug tracker
Sep
28
awarded  Nice Answer
Sep
25
revised Very slow merge with Subversion 1.5 (and 1.4 Server)
made community wiki
Sep
17
revised Ant filter fileset which is referenced by refid
removed last Update (because answer is given)
Sep
15
awarded  Popular Question
Sep
14
comment Does the maven-dependency-plugin use some other kind of artifact resolution than the rest of maven?
it is a problem with the dependency ranges indeed.
Sep
14
accepted JBOSS has too many libs! (a problem with m2eclipse)
Sep
14
answered JBOSS has too many libs! (a problem with m2eclipse)
Sep
5
awarded  Popular Question
Sep
4
revised Performance ConcurrentHashmap vs HashMap
clarification
Sep
4
asked Performance ConcurrentHashmap vs HashMap
Aug
29
accepted How to make eclipse aware of OSGI bundles within a maven repository (local &| remote)
Aug
29
revised How to structure a java application, in other words: where do I put my classes?
edited tags
Aug
29
comment Has anybody used waf to build Java Applications?
Somehow I don't understand your answer, I'm talking about a build tool! I'm became disenchanted with ant/maven and looking for alternatives.
Aug
28
answered Examples of “object dictionaries” in application protocols.
Aug
28
answered Java interface to Windows communications? (OLE, OPC, DDE)
Aug
28
answered Looking for OPC DA client library
Aug
28
asked Has anybody used waf to build Java Applications?
Aug
27
comment Subclipse error message “Expected format ‘3’ of repository; found format ‘5’”
the problem is that the macosx development tools bring their own subversion version with it, quite old (1.2 or 1.3, something like it.) Either you upgrade to a newer subversion on your mac, or you use the older libraries for your eclipse (I suggest the first option). The java libs are included with the subclipse plugin, but you can donwload them separately from the subclipse website.
Aug
19
answered Installing of Adobe Air file fails with “file damaged”
Aug
19
asked Installing of Adobe Air file fails with “file damaged”
Aug
17
asked How to debug HTTP Proxy problems with artifactory?
Aug
14
comment Protocol conversion / normalization: Biztalk, alternatives?
if you need any infos/help just drop me a email: juergen DOT rose AT inavare DOT net Differing from the website, the downloads are on download.openscada.org and repo.openscada.org
Aug
13
asked Editor for HMIs in Java
Aug
13
answered Protocol conversion / normalization: Biztalk, alternatives?
Aug
12
comment Subversion Proxy for working offline?
I saw that too, but a outdated website is indicator for bad health of a project.