Thanks everyone for your valuable suggestions. We will review these tools and decide which is most suitable for our use. Rajneesh, to answer your questions: ...
Ordinarily I would suggest you look at Filenet P8 (I prefer it to Documentum specifically when workflow and API interaction is key to the project), but the...
Like with any enterprise system sometimes the "count" of whatever the system does doesn't matter as the value of the feature/function set, of the product,...
Dear all, First of all, thanks everyone for your valuable suggestions on my previous post (Document/Content management system). I will let you all know which...
All - We're looking to get products for communication and collaboration and would like to ask your advice. I hope this isn't too far off topic; although it...
Smitha, I do a lot of work in the content management space. I can't really suggest a replacement for livelink as its one of the top tier ECM products and...
... With all due respect, I strongly disagree. It may be true that CMSwatch.com does not "take vendor money," but it is also true that, until recently, Tony...
I used jacob (java-com bridge) for exchange email, contacts and calendar and it worked out really well. Ghazenfer ... my previous post (Document/Content...
Paul, You've carried this grudge for several years and on quite a few lists. Its definitely a bummer because this hostility isn't too helpful towards the...
This is a reminder that we will have a meeting tomorrow night at FGM (6-9 PM). The talk will be on generating parsers with JavaCC by Tom Copeland. Please...
I am considering creating a DSL. I have been evaluating both Groovy and Ruby because the DSL scripts would be executed within a Java environment. My first...
Hi all, Any good documentation recommendations for Caching? I'm trying to understand the differences between the different levels (level-1, level-2, web...
I have use Confluence. It works very well. Other product you might want to consider is LifeRay. It is a open source portal product that provides everything you...
The following novajug poll is now closed. Here are the final results: POLL QUESTION: I'm curious where JAVA coders are working these days. Is J2EE still most...
novajug@yahoogroups.com
Dec 5, 2007 8:42 am
11589
The weather service says there will be snow until early evening to day, with 2-4 inches total. IMO, that isn't enough to worry about, so we will have the...
Anyone have experience with JAXR or UDDI4J? I have to register web services with a UDDI registry (starting with a WSDL file), and I am having trouble figuring...
Upon further reflection we need to cancel the meeting tonight. We will reschedule it for as soon as practical. There are apparently lots of people who arrived...
Thanks for your suggestion. Looks like Jacob is a good choice. But I could not find much documentation about it. Do you have any helpful resources that you can...
Alice - There are several questions I can think of whose answers would be helpful in responding: Can you be more specific as to what is the concern of having ...
I have bought one and it should arrive by Dec 25th. I would love to know other people in the area. My intent is to give the computer to my son. Not sure if...
My company (CodeSherpas) bought one through the 'Give One Get One' program. Not sure when it is arriving, but we'll have it at a Rug and Jug meeting or two if...
I've written a very simple JUnit test to illustrate my problem. import java.util.HashMap; import java.util.Map; import javax.script.ScriptEngine; import...
Tom - I tried it and got the same result. It's as if Rhino is using a Hashtable to store the global variables, and since a Hashtable will not permit null...
Hi all, I've installed Findbugs 1.3 plugin for eclipse and started using it recently. When I right click on a project that has a pom.xml and a lot of modules,...
TreeMap is sorted by "natural order" and you can write a comparator to change the ordering. LinkedHashMap is maintained in insertion order. ... From: Dennis...