rad

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 help but wonder why we are still stuck with POJOs, OR mappers, and coding UIs from hand (since most UI "designers" don't even know about inh...

How Fast Can You Put Together A Demo?

Edit: Seriously, what's the problem with this question? If someone convinces me, I'll take it down myself. Regardless of libraries, tools, skeleton apps .. How fast can you put together a Demo? Last night I commented on "What RAD tools are out there?" (http://stackoverflow.com/questions/510664/what-rad-tools-are-out-there/511965#5...

WAS7 System Properties in RAD 7.5.1.

I have an old project in WSAD 5.1.2 with a WAS4 server configuration that's in a .wsi-file. If I double click it I get the server configuration editor and on the environment tab there is a System Properties section with some name-value pairs. Now I have opened the same project in RAD 7.5.1. Where can i input the same name-value pairs fo...

RAD webservice generater and *_Deser.java, *_Ser.java

Hi Guys, When i generate a webservice from my DAO in RAD it creates a Helper.java, Deser.java and Ser.java classes. Then when i put this code into my CVS(Clearcase) i notice that these files get hijacked when a call is made to my service. Is there a way to avoid using theses generated classes? Thanks The service methods i have return...

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 familiar with the syntax etc, I'm just not fully in my comfort zone while using it. Is there a good PHP framework for people who know enough PHP...

Opinion on Visual WebGui

I would like to hear your experiense with Gizmox Visual WebGui product. Thanks. ...

lookig Rapid application development / application builder for non programmers

Hello all is there any tool that can produce me simple application something like access but without the need for access or open office to be installed some thing that will save the data in real stand alone executable file with embedded simple db for none programmers. Thanks ...

Scaffolding for WPF using MVVM?

Hi there, Can anyone tell me if its possible (if some utility exists??) to create scaffolding taking into consideration MVVM with WPF. My idea here is i seem to have a lot fo data access forms, and of course i would like to Customize them but initially i would like a quick way of providing the form i.e. ALL controls placed on them and ...

ASP.NET RADKit for Endeca

Hi , From where can the ASP.NET RADKit for Endeca downloaded from ? Thank You Jewel ...

Rapid Application Development tools for web based applications

I want recommendations on an easy to learn tool or programming language to develop web based applications. It should provide rapid application development (RAD), be cross platform and able to connect to various databases. An example could be Ruby, TurboGears etc. Preferably open source. ...

How to rapidly develop Windows applications that don't depend on other runtimes?

I'm a C# developer and I see how .NET makes developing Windows applications easier. Type-safety, memory management and a great IDE are but a few things that make developing .NET applications a breeze. Unfortunately these applications require the user to install .NET framework before they install the application itself. This can confuse t...

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 with a view to recreating our own Works Management system on the platform. My background is in Microsoft and .Net, and the obvious 1st ch...

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 locally on a windows box. The websphere 6.1 configuration uses the default configs. RAD7 is configured to handle a max heap of 1024mb. I thoug...

Scripting the Websphere 7 RAD

We need to prepare part of our EAR for deployment, we usually do this by loading it into the RAD, right clicking on the EJB and selected "Prepare for deployment" option. Then we export the EAR. Is there a scripting interface to the IBM RAD 7 application or running the prepare from the command line so we don't have to manually go through...

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" it complains that Websphere does not have an implementation for the webservice libraries as the chosen server is only a "stub". Being new t...

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, abstracting different engines/db access layers (bde-dbexpress-ado), basic CRUD operations. ...

jsp link does not display

i am working on RAD and have created a jsp page....i want to navigayte to this jsp page from a previously created page....so...i added a link to the previous page..but the link does not get displayed ...

Struts/JSP/J2EE performance and memory profiling and issues

We are using Struts and having performance issues. And making heavy use of jsp includes, tiles, EL expressions. I am sure this is eating up a lot of memory and processing time. What are some approaches to profile the JSP page? What tools could I use? What should I look for when profiling? I have seen the code generated JSP Java Ser...

Custom getEntityNameSelectList() fails

Writing a simple JSF application I've some across the following Problem: My entities.controller.EntityNameManager class contains a method getEntityNameSelectList() which I can use to populate a ComboBox with. This works and shows all Entities, since the Method to retrieve the Entities does not have a where clause. This Method was automat...

How to change the Entity EJB mapping in RAD back-ends folder.

We are maintaining a J2EE enterprise application that uses EJB Entity beans and we use IBM Rational Application Developer as development platform. The application currently has a few Entity beans so a corresponding back-ends folder has already been created by somebody and is available. Oracle 9i was used for creating the back-end folder...