Hi!

On Donnerstag, 15. August 2002 4:40, Vegan Portal wrote:
> Hi Andreas,
>  --- Andreas Hochsteger
> <[EMAIL PROTECTED]> schrieb: >

I'll give some short comments to various projects as you suggested below.

> > * UML Modeling:
> >   ArgoUML (http://argouml.tigris.org/)
It's a great UML modelling tool and serves as the basis of the commercial 
Poseidon for UML (http://www.gentleware.com/)

> > * Version Control System:
> >   CVS (http://www.cvshome.org/)
Perhaps all Open Source developers know this.

> >   Subversion (http://subversion.tigris.org/) (!!!)
This is definitely worth a look.
It aims to replace CVS and has a much superior design and much more features 
(WebDAV, versioning of metadata and directories, ...). You can convert 
existing CVS repositories and the commands are the same (where it makes 
sense). It's currently in alpha state, but subversion is selfhosting for 
nearly a year now and the beta version should come out later this year.

> > * IDE:
> >   Eclipse (http://www.eclipse.org/)
Plugin-based general purpose IDE with plugins for Java development. IBM 
Websphere Application Developer is based on it. There are also plugins for 
C/C++ (Linux), a graphical editor framework and many for Java development, 
testing, deployment, ...
It uses SWT as an alternative to AWT or Swing which uses the native widgets 
and thus is much faster than the other Swing-based IDEs.

> >   Netbeans (http://www.netbeans.org/)
Similar to eclipse. It exists much longer and thus has more features built-in. 
It serves as the basis for Suns Forte for Java (now Sun ONE Studio 
Developer). It has now even experimental support for model driven 
architecture (http://www.omg.org/mda/)

> > * Job Scheduling:
> >   Quartz (http://www.part.net/quartz.html)
Enterprise class J2EE job sceduler.

> > * Workflow Management (continued):
> >   OSWorkflow
> > (http://www.opensymphony.com/osworkflow/)
Part of the J2EE Open Symphony component framework.

> > * Search Engine:
> >   Apache Lucene (http://jakarta.apache.org/lucene/)
Very flexible and most powerful search engine from the Apache Jakarta project.

> > * Regression Testing:
> >   JUnit (http://www.junit.org/)
The famous Java unit testing framework.

> >   JXUnit (http://jxunit.sourceforge.net/)
Is based on JUnit but separates test code from test data via XML files.

> >   JMeter (http://jakarta.apache.org/jmeter)
Desktop application for load test functional behaviour of web applications and 
do performance measures. It's an Apache Jakarta project.

> > * Build Framework:
> >   Ant (http://jakarta.apache.org/ant/)
This is sure known by every java developer. It's something similar to the old 
unix make tool but is much more powerful and very vell supported. It's an 
Apache Jakarta project.

> >   Krysalis Centipede
This is an excellent Ant-based build framework. You can extend it with Apache 
Forrest to generate documentation and project websites.

> > (http://www.krysalis.org/centipede/)
> > * Project Site Management:
> >   Apache Forrest (http://xml.apache.org/forrest/)
A cocoon-based documentation and project website generation system. It's a 
very young but very enthusiastic Apache XML project.

> 
> Thank you for jumping in!
> Almost all of your proposals I know already, some are
> on my (getting long) task list to download and test
> out. All are probably of great use to establish open
> source based development company. I've kept them out
> in my initial post, because it would be twice that
> long mentioning them.
> Some Remarks:
> ArgoUML seems to be dead as open source, evolving to
> free and/or commercial Poseidon edtions available at

Why do you think that it's dead?
They released version 0.11.1 two weeks ago and there were 7 releases this 
year. They also have now a plug-in architecture (which Poseidon for UML had 
before) which can be used to develop third party extensions (e.g. round trip 
engineering, ...) and features now deployment diagrams.

> www.gentleware.com. Nevertheless, it is probably the
> most evolved (almost) freely available UML engine with
> some very interesting features (critiques, for
> example) not available elsewhere. Even in free
> edition, it produces XMI, that could be further
> processed with open source to generate DB, EJBs and
> documentation. That's why I've mentioned it. Getting
> little angry here, I just don't understand why open
> www.omg.org specifications don't go also open or free
> regarding their implementation in leading products
> like Together, Rational or Embarcadero, just to get
> more customers for consulting, the key concept behind
> sale of open source. That's why I recommend free yer
> lame Poseidon, because I think the UML-based
> engineering is of great use in almost every serious
> project.
> Regarding Lucene, I'm definitely eager to use it as
> advanced search engine in Cocoon, I hope it easy to be
> integrated.
> I had not to do any testing so far, but I'll
> definitelly have to look at engines proposed from you
> above, regarding how far are they able to benchmark
> various possible Cocoon configurations and placement
> inside oher frmeworks.
>
> > If I find some more projects in my huge unmanaged
> > link mail folder I'll let
> > you know ;-)
>
> Well, I thought I'm quite experienced with actual open
> source roadmap, but I see there are many applications
> I was not aware of, so keep on posting your proposals,
> possibly with short comment on them.
> Eager for your next responses,
> Peter.

-- 
Bye,
        Andreas


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to