Using Rational Application Developer 开发者_如何学运维to create a J2EE application, I create a project for my EAR and a project for my WAR - following the usual project structure created by RAD.
I am using the RAD (also on Eclipse) Test and Performance Monitoring.开发者_StackOverflow中文版I monitor CPU performance time with it, on particular methods, etc.
I\'d like to work on a game, but for rapidly prototyping it, I\'d like to keep it as simple as possible, so I\'d do everything in 开发者_JAVA百科top-down 2D in GDI+ and WinForms (hey, I like them!), s
We have a set of tables and views that merely store some config data for embedded devices. this schema is change-prone and do not really required lots of logic, beyond some validation rules. so we con
I would like to develop administrative jython-scripts for WebSphere 7. Is there any IDE (or may be plugins for eclipse) which provides code auto-completition functions, ability to start/stop server, d
Ruby on Rails has a screencast presentation they use to promote their framework that shows how to code a basic weblog system in 15 minutes with RoR. Does the Zend PHP Framework have a similar screenca
I want to ad开发者_Go百科d tooltip to my Rad upload control browse button. Anyone knows about it or have worked on this before please replySee this Telerik example:
Year 2010 and we still have to write boilerplate codes. Lets assume we are building an online application (it doesn\'t matter whether it is fancy or not but a functional one). We first make database d
With RAD Version: 7.5.3, Java 1.5. I have a couple of different projects.I needed to break out the java code and turn the *.class files into a jar.So basically, same *.class files I just removed the
I am part of a team that is working on a project that is under version control in ClearCase. This project is a single EAR, and 4 WARs as part of the EAR. Since all of the WARs use the same JARs, we st