Questions tagged [jboss]

7 questions
6
votes
2 answers

Why is there a gap between JBoss EAP and the JBoss AS/Community edition?

Admittedly new to this but I wanted to understand why there is a gap between Red Hat's JBoss EAP project (their enterprise version) and JBoss AS/Wildfly/community project. Looking at this post from Red Hat, it seems that they don't withhold the…
Cat Nap
  • 61
  • 1
  • 1
  • 4
4
votes
1 answer

Multi-platform design with Delphi, Java, MySQL and CouchDB

What are the most obvious drawbacks to this idea for an enterprise(ish) model using the following technologies. Browser based and native developed GUI using Delphi to connect to Datasnap server (Delphi, obviously) via Rest which stores documents…
Peter Turner
  • 6,897
  • 1
  • 33
  • 57
2
votes
1 answer

Is JBPM the right tool for this?

We have a utility for monitoring directories and taking actions when files appear in those directories. It's in java and takes the form of a standalone jar which launches several threads when started: One thread periodically (every minute or so)…
Kenster
  • 123
  • 7
1
vote
1 answer

How to get started in coding for JBoss

I have an idea on how to revamp our internal application, after having accessed the needs of the users, addressing thier current issues, and the like. But I am not a coder. My last application I wrote was in college, in C, (java wasn't…
1
vote
3 answers

SOA, Java EE and data organization

At the company I work for, we're currently splitting up our monolith solution into a number of small services (SOA). The purpose of this is to make the developers working on each chunk of code (service) more independent, and on the whole to make…
jolasveinn
  • 11
  • 2
0
votes
1 answer

Can I ditch the persistence.xml file on JBoss?

I have a Spring based app where another programmer is using JPA's persistence.xml file to define the setup of hibernate and to define the entities that are being persisted. The app is using Spring's java configs so there is almost no xml in it. I…
drekka
  • 1,269
  • 1
  • 9
  • 20
0
votes
1 answer

What is the one or the few major changes from Java 6 to Java 7, couldn't JBoss do that already with Java 5?

A buddy said today that one change between v6 and v7 is that v7 will close for instance database connection "automatically" but couldn't JBoss do that already with Java 5? I've seen "JBoss is closing the connection for you." in the JBoss' logs many…
Niklas Rosencrantz
  • 8,008
  • 17
  • 56
  • 95