Hello
I have some code that has generic references in it and my IBM RAD IDE will not compile the code, instead treating it as an error. I have checked the version of the JRE its pointing to across all the Enterprise Project's and it is 1.5 which I am told does support generics. Also I checked that all the libraries for WAS were pointi...
I've been working with a few RAD gui builders lately. I absolutely despise CSS ( camel is a horse designed by committee etc.) What algorithms are used by packing managers(java/tk). Most GUI toolkits I've used have some alternative to absolute positioning, sorry for the ambiguity but how do you start thinking about implementing a packing...
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 to be no tomorrow for this application, no unexpected things can occur to be handled, computer resources are unlimited, etc. The code'd be ...
Hi everyone!
I've been asked to become the maintainer of a DataEase application after my customer had a few "problems" with the original developer.. I know nothing about DataEase (never heard of it before today, in fact), and my customer can't provide me with the original sources... Are they somehow "de-compilable" from the application ...
Hi,
I have a Portlet which is based on GWT and it must be deployed on Websphere Portal Server.
For development purposes, I need to have debugging working inside RAD (with embedded Portal Server).
So, i installed RAD 7.5.4 with Portal Server 6.1.
I made all configuration on both Server and RAD to work with debugginh.
But when i make brea...
Hi friends,
IT HAS BECOME VERY CONFUSING TO KNOW
which is the best in ASP.NET UI tools & frameworks & RAD controls ?
In terms of speed, performance, client side functions, UI, Site designs etc.
Grids and Scheduler and tabs and panels, Charting/Reporting etc...for developing extensively on interactive web based sites and large databases...
So I want to call a javascript function when I click on a telerik control.
<telerik:RadDatePicker Width="110" ID="rdpFromDate" runat="server" AutoPostBack="false" OnSelectedDateChanged="JSFunction();">
Can anyone tell me where I'm going wrong?
...
I am using Maven to automate a project that is being developed in RAD 7.5.
I've installed m2eclipse in RAD 7.5 , updated ( manually ) maven dependencies , and it builds Maven way within RAD.
My main question : what is the best practice using m2eclipse with RAD?
Should we keep both ( RAD and maven ) settings in the project workspace or re...
We're using RAD with ClearCase plugin as "ClearCase Explorer Perspective". I need to make a new main version of a java project. For that reason, I want to change main/0 version to ie. main/1. How can I forward version from top-level? I tried to make new project by using "Project Explorer" creating new stream. It required previous baselin...
Is it possible to Call C# code from a Telerik radconfirm? I can make it call Javascript, but no server side code. I want the user to click a button which gives them a popupbox (radconfirm). With the radconfirm - if the user selects "yes" the c# code will be executed, if they click "cancel" no code will be executed
<asp:Button
...
It looks like there are a number of cross-platform solutions for smartphone app development, accessible by web developers.
Here are some I've found -- what are the pros/cons of each, from the perspective of a web developer's skillset (CSS/AJAX (jQuery)/LAMP backend)?
appMobi
appcelerator Titanium
PhoneGap
Rhodes
And a few others ...
I'm writing a Dojo class that looks something like:
dojo.provide("my.class.name");
dojo.declare("my.class.name", null, {
myFunction: function(param) {
// ...
dojo.aValidDojoFunctionSuchAsrawXhrPost(param) {
// ...
}
// ...
}
}
I'm using Eclipse (in fact Rational Application Develope...
Is there a RAD-way to create nice looking forms with ASP.Net webforms? I'm using .NET Framework 3.5 and Visual Studio 2010. Thanks!
Is there someway of having something like the DataGrid autoformat.
...
I am trying out on some application with Scala. I have been troubled a lot by its Swing support. Having to write the code seems to be painful. I love Netbeans Matisse function in this case.
Is there any Scala RAD tools available?
...
I have a war attached to an ear in RAD. I'm using Ivy to manage my project dependencies. My only problem is that when I deploy the ear to my dev instance of WAS through RAD, the deployment doesn't see any dependent libraries from ivy. How can I configure the project so that the ivy dependencies show up when the project is deployed to w...
I use Websphere Portal 6.1 server on WAS 7 in RAD 7.5 for my web application development. When ever i do change in Java/JSP files i need to publish. Without publishing(Right Click on server and select "Publish"), changes are not reflecting. I have checked with my friends whom have same server settings as mine, but for them its not requir...
I created a RadGrid and added in the default edit stuff so that I can edit the data in my table. However, there is no validation for the controls that were generated and it is not very user friendly. I want to add some validation to the controls and also style them with css.
What would be the best way to go about doing this? Is it possi...
I am mainly interested in the 'integration features' between the IDE and the application server.
One example would be GUI editors for various server specific deployment descriptors.
Another example, from the NetBeans IDE integration with GlassFish, is the ability to:
edit a java file that is part of a
web application,
save the fi...
I have a RadGrid, with the EditFormSettings set to Template. Within my <FormTemplate> I have a RadDatePicker that I need to databind.
My code:
<telerik:RadDatePicker ID="rdpStartDate" runat="server"
SelectedDate='<%# Bind("StartDate") %>'>
</telerik:RadDatePicker>
"StartDate" references the column name in my DB. I have attempt...
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 don't know what it's for. It's neat but I don't know what I am supposed to do with it.
Thanks.
...