Tagged Questions

Rational Application Developer is a tool for developing Java enterprise applications for Websphere Application Server. It is based on Eclipse, but is a proprietary IBM solution.

learn more… | top users | synonyms

31
votes
8answers
9k views

Hand Coded GUI Versus Qt Designer GUI

I'm spending these holidays learning to write Qt applications. I was reading about Qt Designer just a few hours ago, which made me wonder : what do people writing real world applications in Qt use to ...
31
votes
28answers
7k views

Suggested platform/tools for rapid game development and game prototyping

What platforms and tools should I use for rapid game development and prototyping? Say that I have an idea for a simple game or a game mechanic that I want to try out, what are the best tools for ...
21
votes
7answers
2k views

What are salesforce.com and Apex like as an application development platform?

I have recently discovered that salesforce.com is much more than an online CRM after coming across a Morrison's Case Study in which they develop a works management application. I've been trying it out ...
18
votes
19answers
2k views

If you were developing shareware softwares for windows, would you target the .Net Framework or use native code?

For the sake of the question, by 'shareware' I mean a software which is relatively small in size (up to few dozens of mb) and available for download and evaluation through a web site. I'm asking ...
17
votes
23answers
5k views

What RAD tools are out there?

We all know the drill: You have a (small) model, you need to persist it, you need a UI for it (web, desktop, mobile, some of the former, all of them). This is such a repetitive process that I can't ...
12
votes
19answers
1k views

What OOP coding practices should you always make time for?

I tend to do a lot of projects on short deadlines and with lots of code that will never be used again, so there's always pressure/temptation to cut corners. One rule I always stick to is ...
11
votes
8answers
644 views

Is there anything RAD comparable to VCL?

After years in embedded programming, I have to develop a Windows app. I dug out my old C++ Builder and Delphi. These are great and the latest version costs over $1k, so I won't be going there. What I ...
10
votes
3answers
360 views

Visual Studio/RAD support for coding directly in IL?

For the longest time I've been curious to code in Intermediate Language just as an academic endeavour and to gain a better understanding of what's happening "under the hood". Does anybody provide ...
9
votes
3answers
446 views

Visual Studio Lightswitch Beta2

What are your experiences with Beta2 of Visual Lightswitch? Can it already be used for real life projects? Does anybody know, when the final (RTM) version will be out? I am very intersting in using ...
9
votes
10answers
1k views

why doesn't everyone use RAD tools?

RAD tools like Clarion and WinDev claim to be 10x to 20x times faster in development and users of these tools claim the same. If that is thru, why are there so few people using these tools? if an ...
9
votes
6answers
1k views

What are the best practices for database development with Delphi?

How can I use the RAD way productively (reusing code). Any samples, existing libraries, basic crud generators? How can I design the OOP way? Which design patterns to use for connection, ...
8
votes
4answers
939 views

Is MS Access still the most efficient RAD tool for small-scale custom apps? [closed]

Of the many other development tools I've used, nothing holds a candle to the 'Functionality to Development Effort' ratio of MS Access. The reason I am asking is that I have been out of the language ...
7
votes
5answers
698 views

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.
7
votes
7answers
277 views

What's the easiest way (language, tools, etc) to write quick-n-dirty ad-hoc GUI apps in Linux?

For example to create a simple form with couple of controls, doing some simple logic on them, generating a shell command or a web service call and executing it here and now, assuming that it is going ...
7
votes
10answers
1k views

Scripting language for C/C++?

Is there a scripting language for C++ (like perl) which can be used for rapid development and use some tool which can convert into C/C++ program to get higher performance for deployment? EDIT: ...
6
votes
3answers
169 views

Is it still ok to use Linq-to-Sql

When Linq-to-Sql was first released, I used it quite a lot for small and medium sized projects where a true multi-tier architecture wasn't required. NHibernate, Small Middleware, Overkill Where I ...
6
votes
8answers
1k views

How can I do rapid application development with ASP.NET MVC?

I've been given a short amount of time (~80 hours to start with) to replace an existing Access database with a full-blown SQL + Web system, and I'm enumerating my options. I would like to use ASP.NET ...
6
votes
3answers
523 views

Best practices in Access programming

I'm wondering about some ideas which can improve process of designing solutions using Access and VBA programming language. Of course I'm not talking about best programming practices in general, but ...
6
votes
5answers
2k views

Does RAD for asp.net exist?

I've built web sites using classic ASP, ASP.NET web forms and lately ASP.NET with ExtJS. However, I've always felt that I've had to do a lot of the heavy lifting and that there was no real RAD until ...
5
votes
2answers
231 views

Type API variable-resolver is deprecated after JSF 1.1. Use el-resolver instead

We recently upgraded from WebSphere Portal v6.1 to v7.0 and in the process we now have JSF 1.2 available. Creating a new Portlet project in Rad 8 creates a faces-config.xml with the following entry ...
5
votes
2answers
353 views

RAD sporadic errors - Could not initialize com.ibm.rational.team.client.ui.model.common.ImageManager

I am using RAD version 7.5.4 and whenever I am opening the IDE, the following error pops up. An error has occurred. See error log for more details. ...
5
votes
4answers
476 views

Web interface programming environment to replace old Delphi based system

A client's old Delphi 5 based system, thousands of lines of code, is starting to break down. Issues with new drivers and operating systems are the primary problems. We're assuming a complete rewrite, ...
5
votes
1answer
385 views

ASP.Net RADs: Dynamic Data alternatives

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 ...
5
votes
13answers
8k views

Best Java RAD web framework [closed]

What is the best web framework in Java for RAD development? Preferably,actual Java web app and not just JVM.
4
votes
3answers
263 views

Java framework, library or IDE most suitable for RAD of form-based apps?

My next project is a web app which has many forms and must be with some kind of Java framework. I'd like to choose a framework that allows Rapid Application Development (especially form-centric) and ...
4
votes
3answers
128 views

What is the point of scaffolding?

I don't understand the significance of something like rails, codeigniter, etc. and scaffolding. From what I read, and maybe it's just wrong, scaffolding isn't used in the production environment. I ...
4
votes
3answers
1k views

RAD Visual Web Application Creator/ Builder/ Designer for PHP

I want to see if any of you know a (free and open source will be ideal) tool/ app that can help build a php web application very quickly without investing too much time on writing codes, preferring ...
4
votes
2answers
865 views

Atlas280 IDE alternatives

Are there any alternatives to 280Atlas (280atlas.com) (free/commercial)? Which of those are mature?
4
votes
17answers
4k views

Is anyone still programming in ObjectStar (formerly known as Huron) [closed]

Huron was a 4GL that originated in the IBM 360 mainframe world in the early 1990s, created and sold by the Amdahl Corporation. It had a proprietary interpreted language and database that people ...
3
votes
3answers
138 views

Publishing a common workspace setup

I want to set up certain configurations and preferences in IBM RAD (or say eclipse) so that a big team will be able to use the set-up already done. this would reduce the inconsistencies and rework ...
3
votes
4answers
716 views

Does Microsoft LightSwitch require Silverlight on the client?

Microsoft Lightswitch is a Rapid Application Development environment currently in beta 2. It will be part of the Visual Studio family. There seem to be several different ways to deploy LightSwitch ...
3
votes
2answers
474 views

Web Dev. Framework for RAD Web App Dev. in Shortest Time ( Yii vs. Django )

I googled it and found nothing of much interest , right now me & my Team know/partially know ( Codeigniter, Yii) and also Django (Python Framework) , now after working with codeigniter for past ...
3
votes
3answers
183 views

How to evaluate “enterprise” platforms?

I'm tasked with evaluating an "enterprise" platform for the next-gen version of a product. We're currently considering two "types" of platforms - RAD (workflow engine, integrated UI, small cores of ...
3
votes
1answer
532 views

Is MobiForms for Android worth investigating?

I'm working my way through the NotePad tutorial, and that's all fine - I'm not a Java programmer but it's close enough to C# (or vice versa) to make it easy to pick up. I'm surprised that there aren't ...
3
votes
1answer
793 views

C builder RAD 2010 RTL/VCL Application->Terminate() Function NOT TERMINATING THE APPLICATION

I have a problem also described here: http://www.delphigroups.info/3/9/106748.html I have tried almost all forms of placing Application->Terminate() func everywhere in the code, following and not ...
3
votes
1answer
1k views

Number of lines of code in RAD/Eclipse workspace

How do I find number of lines of code in RAD or Eclipse in entire workspace (all the projects)??
3
votes
4answers
250 views

Rapidly prototype GUI's

G'Day, I am looking to prototype a windows based GUI. Ideally I would like: Be able create new GUI's and change existing ones quickly The resulting "thing" to be self contained Have the ability ...
3
votes
3answers
230 views

Java RAD components/architecture - advice for a .NET developer?

I am new to Java (but have a fair bit of .NET experience). I need to get a Java application up and running quickly, so what I am looking for here is advice on components that will simplify or reduce ...
3
votes
4answers
228 views

Lightweight development web server with support for PHP v2

In line with this question: http://stackoverflow.com/questions/171655/lightweight-web-app-server-for-php The above question has been asked numerous times and answered exactly the same in all the ...
3
votes
6answers
2k views

Why is C# a rapid application development (RAD) language?

I heard that C# is a rapid application development (RAD) language. Even after reading an article in wikipedia about RAD I didn't understand it. Could you please explain it for me?
3
votes
9answers
1k views

Rapid web application development with a Web Toolkit

I spend a lot of time (actually too much time) developping back-office applications whose main purpose is content management and web application configurations. Here is how I can describe these apps : ...
3
votes
1answer
760 views

RAD 7.5 Web Service question

I'm using Rational Application Developer to create some web services. The problem I have is I follow the instructions laid out in a screen cast, however when I get to the part where I pick "JAX-WS" ...
3
votes
9answers
16k views

IBM RAD (Rational Application Developer) 7 and Websphere 6.1 slow and unresponsive

Does anyone have any performance tips or other help for local development with websphere and rad. I am using one web app of moderate size (1000? classes) and it is impossible to handle the app ...
3
votes
4answers
2k views

Good PHP framework for beginner PHP Developer?

I'm starting a project in my spare time and I'd like to use PHP. I'd like to use some form of framework to speed things up. The problem is that I don't know very much PHP, I've used it and I'm ...
3
votes
5answers
4k views

Which Java IDE is the most RAD in a Delphi-like way?

I want to develop Java apps, real quick, what IDE should I choose?
3
votes
2answers
1k views

What RAD tools are out there for GUI building in Perl?

I need to do some quick-and-dirty Perl GUI building. I can't afford a Komodo License. What would people recommend as a free (as in beer) alternative. I don't care if it is UNIX or Windows or both. I ...
3
votes
5answers
2k views

What is the best VISUAL RAD environment for building Web databases? [closed]

I am referring to a truly visual environment, and not something that claims to be visual but requires mountains of hand-coded script, or a code generator that farts out a Web site and leaves you to ...
2
votes
2answers
118 views

dbExpress TSQLConnection param problems

I am new to dbexpress and I cannot figure out how to set the TSQLConnection parm for the SQL Host name at runtime. When I install my program on a client system the TSQLConnectionHost is still reading ...
2
votes
1answer
62 views

Cannot download Weblogic server adapter in RAD 7.5

I need to configure Weblogic 10g server with my RAD 7.5. When I try to download the Oracle Weblogic server plugin using Server -> New Server -> Download additional server adapters... I am ...
2
votes
2answers
376 views

Scaffolding ManyToMany associations with Netbeans and JSF

I'm developing a JEE6 JSF application using NetBeans and its RAD development features. I want to use scaffolding to save time updating controllers and views from Models. The OneToMany associations are ...

1 2 3 4 5 6