The Riena platform will be the foundation for building multi-tier enterprise client/server applications. As such Riena will broaden the usage of the servic...The Riena platform will be the foundation for building multi-tier enterprise client/server applications. As such Riena will broaden the usage of the service oriented architecture of OSGi/Equinox by providing access to local and remote services in a transparent way. Using this uniform programming model, the components of Riena and the business components of the enterprise application can be developed regardless of their target location. Components are later easily placed on client or server depending on the business requirements.
As an example the Riena user interface components will support a business process oriented user interface visualization and navigation metaphor which can be used as alternative to the default workbench layout.
to software develop gui java frameworks eclipse webapp richclient osgi tools ui by gresch on Jul 22, 2008, 3:11 PMThe RAP project enables developers to build rich, Ajax-enabled Web applications by using the Eclipse development model, plug-ins with the well known Eclips...The RAP project enables developers to build rich, Ajax-enabled Web applications by using the Eclipse development model, plug-ins with the well known Eclipse workbench extenstion points, JFace, and a widget toolkit with SWT API (using qooxdoo for the client-side presentation). The project is part of the Ganymede release train and released its 1.1 release.
to rap rcp eclipse webapp swt java_ee ajax develop software wtp by gresch and 4 other people on Jul 22, 2008, 1:04 PMJUDIE steht für Java Universal Database Import and Export. Das Tool exportiert einzelne oder alle Tabellen einer JDBC Datenbank nach XML und importiert die...JUDIE steht für Java Universal Database Import and Export. Das Tool exportiert einzelne oder alle Tabellen einer JDBC Datenbank nach XML und importiert diese wieder in andere Datenbanken. Es ist als API (JAR), Kommandozeilenprogramm oder Eclipse Plugin verfügbar. Es kann für Entwickler und Administratoren nützlich sein, um Daten zwischen Datenbanken zu übertragen, besonders zum Aufsetzen von Testdatenbanken. Wegen der einfachen API kann das auch automatisiert werden, z.B. als Skript oder Ant-Task.
to java import jar database migration develop jdbc software eclipse ant export plugin tools by gresch on Jul 21, 2008, 11:33 PMSums different statistics on Java programs, Ant headless mode possible, XML export. Warning: Takes very much time in bigger projects (>250K LOC)!
to plugins qa java metrics tools software eclipse by gresch and 4 other people on Jul 17, 2008, 9:15 AMThe Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.
The Memory Ana...The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.
The Memory Analyzer was developed to analyze productive heap dumps with hundreds of millions of objects. Once the heap dump is parsed, you can re-open it instantly, immediately get the retained size of single objects and quickly approximate the retained size of a set of objects. The reference chain to the Garbage Collection Roots then details why the object is not garbage collected.
Using these features, a report automatically extracts leak suspects. It includes details about the objects accumulated, the path to the GC Roots, plus general information like system properties.
to java software eclipse develop analyzer prof by gresch on Jul 14, 2008, 2:12 PMDo you find it hard to keep track of all the code related to your software modification task? Do you wish you could keep a permanent record of the subset o...Do you find it hard to keep track of all the code related to your software modification task? Do you wish you could keep a permanent record of the subset of a software system associated to different concerns (requirements, design decisions, tasks, bugs, etc.)? ConcernMapper does exactly this.
ConcernMapper is a plug-in for Eclipse that allows you to organize fields and methods into arbitrary modules called concerns. In brief, ConcernMapper allows you to reorganize the modularity of a software system in a way that suits your needs, without altering its "official" structure or behavior. It also allows you to keep a permanent record of the code associated with various concerns.
to software_architecture plugins analysis concerns software java eclipse develop product_lines by gresch on Jun 25, 2008, 10:24 AMEclipseWork is a powerful code generation plugin for Eclipse. You can easily generate code using POJO's or Tables from the database.
EclipseWork takes c...EclipseWork is a powerful code generation plugin for Eclipse. You can easily generate code using POJO's or Tables from the database.
EclipseWork takes care of all the complexity in creating Eclipse Wizards. You don't need to be an Eclipse developer to write powerful wizards. Enjoy!
to eclipse spring software crud plugin hibernate click java develop code-generation by gresch on Apr 22, 2008, 10:06 PMVery interesting debugging concept. But the guys might get a problem because of the name (is also a software company, jivesoft).
"What is JIVE?
JIVE ...Very interesting debugging concept. But the guys might get a problem because of the name (is also a software company, jivesoft).
"What is JIVE?
JIVE is an interactive execution environment for Eclipse that supports a declarative and visual approach to debugging object-oriented software. It can also serve as a pedagogic tool for teaching object-oriented programming. JIVE extends Eclipse's Java debugging facilities with interactive visualization, query-based debugging, and reverse stepping."
to plugin eclipse software develop qa java ooa debug ood by gresch on Apr 18, 2008, 5:07 PMJAutodoc is an Eclipse Plugin for automatic adding Javadoc and file headers to your source code. It optionally generates initial comments from element name...JAutodoc is an Eclipse Plugin for automatic adding Javadoc and file headers to your source code. It optionally generates initial comments from element name. Starting with Release 1.3 of JAutodoc it is possible to define Velocity templates for Javadoc and file headers.
to documentation javadoc software java eclipse develop qa tools plugin ant by gresch on Apr 15, 2008, 10:29 AMGet the @Configurable stuff working within Eclipse...
"Some weeks ago I wrote a custom JSP tag for a Spring project I am currently working on. Inside the ...Get the @Configurable stuff working within Eclipse...
"Some weeks ago I wrote a custom JSP tag for a Spring project I am currently working on. Inside the tag I wanted to use a Spring bean. Soon I realized that this case had to be handled a bit different because the tag is instantiated by the application server and not from the Spring context. Therefore the simple standard injection mechanism did not work."
to aop springframework develop tomcat eclipse java_ee howto software java by gresch on Apr 5, 2008, 10:41 PMThe Relations application is a tool for knowledge management. It is a combination of a personal Wiki and an electronic slip box.
You can easily create i...The Relations application is a tool for knowledge management. It is a combination of a personal Wiki and an electronic slip box.
You can easily create items of three types (terms, texts and persons) and set them in relation to other items already entered, thus creating a rich context for your items. See the features list for more information.
Relations is a Rich Client Platform (RCP) application based on the Eclipse
to eclipse tools knowledge java software information rcp by gresch on Mar 15, 2008, 4:37 PMThe XAware project provides real time data integration with a service-oriented flavor. XAware makes other tools and frameworks much more productive by hidi...The XAware project provides real time data integration with a service-oriented flavor. XAware makes other tools and frameworks much more productive by hiding data complexity behind "XML views". XML views span any number of data sources, and can read data, write data, or transfer data between sets of sources, all within a distributed transaction.
to uml java_ee springframework transactions xml sql eai transformation eclipse database soa frameworks integration develop software by gresch on Feb 11, 2008, 2:35 PMDeployer is an Eclipse plug-in to deploy files in remote servers, using SSH. It uses SFtp protocol to transfer the files. Support for other protocols is a ...Deployer is an Eclipse plug-in to deploy files in remote servers, using SSH. It uses SFtp protocol to transfer the files. Support for other protocols is a planned feature. It's written in Java and released under the Lesser General Public License (LGPL).
Deployer was originaly coded to aviod the manual upload of jar files to my server every time I made a modification. It adds a Preferences page to the resources to set the deployment information (server, remote path, user and password), and a submenu with a Deploy action.
to software eclipse develop plugins tools deployment by gresch on Jan 2, 2008, 11:46 AMOpenTime
OpenTime is an open-source and standards compliant solution to time and expense data collection brought to you by Mirasol Op'nWorks.
With OpenT...OpenTime
OpenTime is an open-source and standards compliant solution to time and expense data collection brought to you by Mirasol Op'nWorks.
With OpenTime you benefit from the ease of use and flexibility of a rich (thick) client whithout sacrificing the benefits of and Internet and web-aware application. OpenTime leverages the most advanced and high performance Java™ technologies available namely Eclipse, SWT/JFace, Hibernate, embedded relational databases, XML.
to software eclipse java tools timetracking timesheet by gresch on Jan 2, 2008, 11:42 AMSet up and run Xcarecrows 4 WS to manage Apache Tomcat and Apache Axis2 in a few clicks.
* Install and configure Apache Tomcat and Apache Axis2. SSL...Set up and run Xcarecrows 4 WS to manage Apache Tomcat and Apache Axis2 in a few clicks.
* Install and configure Apache Tomcat and Apache Axis2. SSL ready !
* Start, stop and restart Apache Tomcat servers
* Configure as many Apache Tomcat as needed. No limitation.
* Manage Web Applications
* Manage Tomcat users
* Deploy and undeploy Web Services
* Download new Web Applications
* Download new Web Services
* Apache Tomcat version 6.0.13 ready
* Apache Axis2 version 1.2 ready
to eclipse java_ee java webservices tools tomcat plugins develop ssl software setup by gresch on Dec 14, 2007, 11:04 AMCogenit's Xcarecrows 4 XML for Eclipse completes today's powerful integrated development environment to handle the daily tasks required by an XML workflow....Cogenit's Xcarecrows 4 XML for Eclipse completes today's powerful integrated development environment to handle the daily tasks required by an XML workflow. To this end, Xcarecrows 4 XML offers:
* a graphical XML, XML Schema and XML stylesheets editor ;
* a graphical XML tree comparator ;
* a built-in checker against XML Schemas ;
* an XSL transformations tool kit.
to eclipse software tools xslt xml-schema develop xml xsd plugins by gresch on Dec 14, 2007, 11:01 AMWelcome to soapUI; the leading, award winning, Web Services Testing tool.
soapUI is a Free and Open Source desktop application for Inspecting Web Servic...Welcome to soapUI; the leading, award winning, Web Services Testing tool.
soapUI is a Free and Open Source desktop application for Inspecting Web Services, Invoking Web Services, Developing Web Services, Simulating/Mocking Web Services and Functional, Load, Compliance Testing Web Services over HTTP.
to testing software develop soap plugins java tools intellij eclipse sniffing webservices netbeans by gresch on Nov 23, 2007, 4:53 PMThe key to agility is being able to modify code easily and safely. The problem is that many Java applications are too brittle to extend and enhance easily....The key to agility is being able to modify code easily and safely. The problem is that many Java applications are too brittle to extend and enhance easily. Attempts to fix or extend - no matter how carefully done - can introduce more bugs and more complexity.
With a full suite of characterization tests generated by JUnit Factory you can bring your legacy code under control. Download our free plug-in for Eclipse to get started.
to software eclipse qa testing metrics agitar junit develop plugins by gresch and 1 other person on Oct 24, 2007, 5:13 PMWe are building up an Open Source EPF plug-in for an Agile Enterprise Architecture Operational Process.
to enterprise architecture software plugin agile develop togaf eclipse by gresch on Sep 23, 2007, 12:13 PMThe Archive Builder Eclipse plug-in provides a wizard to specify the building process of Java archives (jar, war, ear, ...). Then, archives can be manipula...The Archive Builder Eclipse plug-in provides a wizard to specify the building process of Java archives (jar, war, ear, ...). Then, archives can be manipulated directly through a context menu in the Project Explorer view.
to plugins software eclipse archiver build-tools develop java by gresch on Sep 23, 2007, 12:05 PM