rad

Maven scm:checkin "Resource is out of sync with the file system:" error

I'm trying to get the Maven release plugin working with a Jazz.net source control system and Rational Application Developer (RAD, based on Eclipse), but I seem to have run into a catch-22 - I expect I've misunderstood something. So - I'm working on the command-line in the project directory that has the .pom file. I have to shut RAD down...

save two models from on form does not work ruby radrails

Hi, I'm a newbie with rad rails. I wanted to write at same time in two table from one form. I have a table machine (with nom and role as column) and a table ipvfour (with machine_id and ip as column). So I created in models the relation has-and-belongs-to-many. But when I'm trying to add a new machine if failed with unknown attribut...

MS Access versus JDeveloper versus YourFavorite Tool

10% of my time is spent creating backend database, 90% creating front end. Is MS Access the best, or is there something better? Is there something more rapid? ...

Oracle has JDeveloper, IBM has WHAT?

What is IBM's answer to JDeveloper? ...

Web and desktop programming tools

Hi, i want to hear from people who earn their living by programming. You have a lot of tools. You have years of experience. If you could turn back time, what tools should you have used in order to finish faster? I appreciate honest answer. If you remain silent, i respect your secret. You have spent years of time and effort, i feel that...

Visual Studio.NET versus JDeveloper versus YourFavoriteTool when it comes to Data Validation

We know that making front end GUI is tough. I'm glad these tools offer drag and drop to make our lives easier. But which one will help us finish faster? ...

RadEditor UploadPaths Absolute File Paths

I am trying to set the uploadpaths for all of the RadEditor File Managers to the same absolute file path, and also share the same path across a couple of Solutions on the same machine. So, I wrote a method to get the path from the Web.Config and set all the Properties on the FileManagerDialogConfiguration objects (UploadPaths, ViewPaths...

Kohana Framework: add default option

<?php // My controller. $marcas = ORM::Factory('marca')-> find_all()-> as_array('nome', 'nome'); array_unshift($marcas, '-- Selecione --'); ?> <?php // My view. echo Form::select('marca', $marcas, '-- Selecione --') ?> Is there a faster way to add a default option in a select? Thank you. ...

Why does RAD throw a compile error on IOException(ex);

Why does RAD7 give a compile error of The constructor IOException(Exception) is undefined on the following line throw new IOException(ex); The Javadoc for Java 1.6/6.0 states that IOException has a IOException(Throwable) constructor When I look at the definition of IOException I see only the following constructors IOExceptio...

How should I set up RAD/Eclipse to work with JavaScript files and libraries?

I'm working on some javascript files in a Maven project web application in RAD 7.5. My files use libraries, and refer to each other. I'm having trouble working out how to set RAD up so that I get error-checking and code completion. Right now, all my scripts show errors wherever I use an external library. I've set up my folders and scri...

Unable to instantiate class...because it's looking for the wrong one

I'm using IBM RAD with a WAS 7.0 application server. I'm developing a JSF project using RichFaces components and I'm having some trouble with one of the classes. Whenever I start my server, I'm getting this error in the console: [9/23/10 15:38:13:182 EDT] 00000016 annotation W com.ibm.ws.webcontainer.annotation.WASAnnotationHelper co...

Change webservice url without changing soap endpoint in IBM webservices?

I'm using a webservice client generated using Rad 7.0 which is implemented using the classes in com.ibm.ws.webservices. I need to override the url which the soap request is sent to (for an internal proxy) but still have the soap endpoint entry be the true url, for validation. How can I override the destination url without overriding ...

RAD tool for Mac OS X. Is there any ?

I wonder if there is any RAD tool for Mac OS X. Something like Delphi for Windows. ...

Dynamic Data - Success or Failure?

Hi Azure, probably ASP.NET Webforms. We're building a management interface for about 8 tables. Usual CRUD :-) 2 backend users, and doesn't need to look flash. We'd like to use Mindscape's LightSpeed as the ORM tool Question: Is Dynamic Data worth pursuing? (Mindscape have a connector to DD). We've also got the Telerik Suite which...

Ajax: anyone using a RAD tool

Hello, Does anyone know a good RAD tool for Ajax interface programming ? Is Grails doing the job for you ? Thanks ...

Duplicate local variable in JSP in RAD

I get a "Duplicate Local Variable" error in JSP after build in RAD. I have same variable names inside scriptlet tags different logic:present / logic iterate tags. Sample code. <logic:present> <% int var1 = 5; %> </logic:present> ................... <logic:present> <% int var1 = 5; %> </logic:present> Since the variable are in...