David, I just wanted to thank you for doing so much for NovaJug. I suspect that most of the subscribers here understand that you are doing everything you can...
Hi Everyone, EGO Magazine has an online issue that is ABSOLUTELY FREE and has new stories on Culture, Fashion, Design, and Reviews every two weeks. Check out...
The project I'm on has decided to use JSF for our web front-end. Any opinions from JSF developers out there on using Sun Studio Creator versus using Eclipse...
Hi I'm looking for an open-source portal with rich set of features comparable to commercial portals like WebLogic, WebSphere or Plumtree. The idea is to start...
... Here's a list (though not at all complete): http://www.manageability.org/blog/stuff/open_source_portal_servers_in_java/view I've messed with eXo some and...
Hello, Actually, look a little closer, the Liferay portal (as of 3.0 at least) has two versions: one that uses EJBs, and one that just uses a servlet ...
If you are looking for a content management system-like website, I have been looking at using WebGUI, which is an open source project from a company called...
If you do not like having to refer your friends, Message-ID: <copa32+qmq0@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain;...
Argyn, Just a little piece of advice, for what's it worth. I would be careful (because I have had a similar incident with this in the past) about the OSS ...
I would also recommend Liferay. And you might consider the JBoss Nukes (now JBoss Portal). I have also used Jetspeed in the past, but at that time I liked ...
... the OSS ... I'm considering a protal for internal products, there's no distribution involved. hence even lgpl type of things could be Ok, in theory. ... ...
One nice thing about Jetspeed is that it is a pretty simple WAR file. It uses Torque for it's persistance model so one can easily switch RDMBS's r, Hugh...
Hey again, (Liferay is nice about that. It can come packaged with Jetty/Tomcat or with a full blown AppServerJBoss and JONAS I believe) but it also comes as a...
... it's an internal app. the idea was not just "portal" style user experience, but allowing other devl teams to contribute their portlets into our web site,...
Does anyone have any experience with spell-checking from a Java app? Particularly in an internationalized/localized environment? I have found a couple of...
Just an FYI. I recently checked out the Groovy scripting lanaguage for Java. http://groovy.codehaus.org/. It has a lot of great features and allows you to...
I've just defaulted to using ispell on cygwin/unix. It has a whole bunch of language-specific dictionaries. NiceStep has an interesting implementation of it: ...
Barr Bill P
bill.p.barr@...
Dec 7, 2004 5:33 pm
7785
... I love it! I can finally stop learning shell scripting and python. I actually think it's a better direction for the Java language than many of the syntax...
Interesting... that could be a start. My thoughts have now wandered, and I think it would be possible write a drop-in replacement for JTextArea and JTextField...