The target for this project is simplify including of excellent TinyMCE into Java/JSP/JSF based project.
Project provide single jar, that can be included into project with simplest configuration in web.xml and allow easy use it in jsp/jsf pages.
Project licensed under LGPL license and contains source code of TinyMCEs
SVN url for project sources is http://svn.emforge.org/svn/emforge/tinymce-jar/trunk
It's simpler to operate with one jar lib either with couple of files, it's the first reason of this project and the second is to provide gzipping of js code out-of-the-box.
How to use it in your project:
<a4j:loadScript src="resources/scripts/tiny_mce/tiny_mce_gzip.js" type="text/javascript"/> <script type="text/javascript"> // <![CDATA[ tinyMCE_GZ.init({ mode : "none", theme : "simple", disk_cache : true, debug : false, convert_urls : false }); // ]]> </script>
The target for this project is to build plugin for Visual Studio to access the tasks in the EmForge from the "Task" View in the Visual Studio 2003/2005 via EmForge Web-Services
EmForge itself - is only a tool to manage processes. Without Processes- it is empty - and you cannot do anything with it. Since EmForge used jBPM as workflow engine, we are using GDP (Graphical Processes Designer) for process development.
Even defining processes in jBPM with using GPD is quite easy process, it may be very complicated for new user to do it. To make it easy for new users to start work with EmForge we will publish here processes, users may use inside EmForge.
You can always use Processes, defined in EmForge. All of then we tryed to do well documented - and each process-definition has it's archive to download.
Additional Processes available:
The target for this project is implement provider to connect from MyLyn to EmForge. It will allow users to use EmForge from MyLyn.
EmForge Provider is communicating with EmForge with Xml-Rpc service, implemented in EmForge-0.24.
Release-cycle for provider currently will be same as for EmForge itself - since it is very close related to changes, done in EmForge and it's Xml-Rpc, so, version numbers and release dates for provider will be same as for EmForge.
To install connector just add followed update site in your eclipse: http://svn.emforge.org/svn/emforge/emforge-mylyn/trunk/update-site
EmForge is a J2EE-based, Open-Source, Workflow-Based integrated solution for managing software development process. Our target is to provide easy to use (on the one hand) and flexible (on the other hand) solution for software-development teams.
EmForge Short Introduction provides short review about major features of EmForge
For current moment EmForge is in the early-development stage, that mean it is working (you currently see it in action!) but a lot of features we planned for EmForge-1.0 is not implemented yet and many features, already implemented is not as stable as we want. Since it is in development stage we are open for any suggestions, comments and help. We are always opened for any contacts!