rad

WebSphere 6.1: can not start admin console after SSL-cert installation

I installed a self-signed certificate and restartet. Now i can't start the admin console any more. I am really new to websphere, and must have some errors when installing the certificate. When I connect to https://localhost:9043/ibm/console I get the following error in firefox: ssl_error_no_cypher_overlap and the following exception...

What RAD environment or tool would you use for a small database-driven app?

I need to code a small record-keeping application for a small business in Windows and I'm considering programming it from scratch using .NET. However, I think that it might be overkill for such a common kind of program. It is mostly a CRUD application with simple arithmetic. I'm tempted to go the MS Access way, but I find it a bit limit...

Rapid web application development with a Web Toolkit

Hello everyone, 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 : - Made with PHP - Using a MySQL or Postgres or SQLite database - Made of a lot of pages and features - Very simple featu...

Manugistics/Avyx Forest and Trees scheduling utilities

In 1994, someone wrote a scheduling package for NASA utilizing a scheduling package of software that defined forests and trees. I have the complete source of the package except for the one library. No where in the include files is there any indication of who wrote it, but I have reason to believe that it was Manugistics. Can anybody p...

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 application is made in 40 hours instead of 400 you would make a lot more money, right? ...

Adding RadComboBox to RadGrid Edit

I have added a RadControl, RadGrid and I need to add a radComboBox in the edit mode. When user clicks on the radComboBox, I need to get both "text" and "value" of the radComboBox to save to table when user updates values. <telerik:RadComboBox ID="RadComboBox1" Runat="server" DataSourceID="SqlDataSource1" DataTextField="do...

asp.net ajax in Full trust level

Controls such as RadControls, FtpWebRequest requires Full Trust Level. I had to change hosting from Godaddy to SoftSys cause I couldn't run my application properly according to the client's specification. What measures, do i need to take to secure my application on Full Trust level? ...

TListView.Clear freezes my application,how do i fix it?

Hello, I have a ListView:TListview on my form ,and, I add many values(approximately 25k TListViewItem) ,which works quite fast,but when I call Listview.Clear,the program freezes.I checked it with debugger,it won't step that line. My question is,how do I solve my problem? If creating so many items in less than a second is possible,why d...

please help me with rad controls in sharepoint

I want to use rad editor in sharepoint I have tried to install tellerik controls in sharepoint and i am getting this error "Could not load file or assembly 'Telerik.Web.UI\,' or one of its dependencies. The system cannot find the file specified". could anyone help me in trying to figure out this error. Please let me know if any o...

Best Java RAD web framework

What is the best web framework in Java for RAD development? Preferably,actual Java web app and not just JVM. ...

What are the main competitors to Servoy?

Our company uses Servoy for rapid application development. It is a 4GL environment, that can target web-applications running in Tomcat as well as Java applications, all from the same program. While it is standards based, some aspects of the generated code are proprietary, which couples those applications to the Servoy environment and to...

RAD and BlinkM, how to control a BlinkM, with an Arduino through RAD

So I'm running RAD on my MacBook, I've been able to send serial commands with screen to the device and just light LEDs and simple stuff with the pins connected to the Arduino, however I have been unable to use any of the blinkM methods that RAD offers. They just fail to compile. Does anyone know how to control a blinkM with RAD? ...

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 only these directly related to Access and VBA. Everybody knows, that VBA has poor object-oriented programming support, there is no inherita...

what is the shortcut key for opening a resource in RAD 6.0? Ctrl + Shift + R !?

This may be a basic question, but I'm still looking for the answer. I've been using Eclipse IDE for a long time and I know the shortcut ket 'Ctrl + Shift + R' which will open the resources dialog box. Recently I switched to RAD 6.0 IDE (as per project need), and I could not use the shortcut 'Ctrl + Shift + R' in RAD 6.0. The shortcut '...

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: Based on some commented, let me clarify the question. I should be able to convert script into C/C++ program or binary without modifying my sc...

GUI for creating fullscreen web applications

Desktop GUI builder tools such as Qt Designer and Glade let me easily design a resizable interface with menus, shortcuts, tab order, status bar, etc Is there an equivalent tool for the web? I am not after building a typical web interface where you scroll down to view all the content, but a fullscreen interface with menus at the top and...

Accessing a Queue from standalone code

I have a Queue configured in the Rational Application Developer for WebSphere, using a "V5 default messaging provider" and a Websphere6.1 I now try to access it using a standalone app (JUnit Test), in order to put some messages in it. I currently use the following code: Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTE...

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? ...

ReSharper Keyboard Map

Hi guys: I have been using ReSharper from before Visual Studio added Refactor. Then, it was inevitable to use ReSharper. Now that Visual Studio includes a few Refactor functions, I get to do projects where the client can do without paying for the ReSharper licence. My problem is that I am so used to the ReSharper keymap that switching...

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 cases I've found using google. My question is similar to a degree but with a different desired goal: On demand development instances. I have ...