Questions tagged [ibm-rad]

IBM Rational Application Developer for WebSphere Software (RAD) is an Eclipse-based IDE, made by IBM's Rational Software division, for visually designing, constructing, testing, and deploying Web services, portals, and Java Enterprise Edition applications.

Overview

IBM Rational Application Developer is an integrated development environment that helps Java software developers design, develop, and deploy their applications. It contains specialized wizards, editors, and validators for a variety of technologies:

  • Java Platform, Enterprise Edition (Java EE): This architecture is used to build distributed Web and enterprise applications. Java EE applications include: Enterprise Java beans (EJB) applications for distributed, secure applications with transactional support, Java Persistence API (JPA) applications to access persistent data, and JavaServer Pages (JSP) or JavaServer Faces (JSF) for developing presentation logic.

  • Web services: A Web service is a self-contained, self-describing, modular application that can be published, located, and invoked across the Internet. Web service tools enable software developers to discover existing Web services for integration, create Web services from existing artifacts or from Web Services Description Language (WSDL) files, and to deploy Web services to a variety of environments.

  • Service Component Architecture (SCA): SCA enables software reuse by assembling a set of services into a composite application. SCA development tools provide graphical wiring of components to form composite services, associate protocol bindings and quality of service intents to SCA components, and package SCA assets for deployment.

  • Extensible Markup Language (XML): XML is a generic language that can be used to describe any kind of content in a structured way. XML is used extensively to create Web services. XML tools include DTD, XSL, schema, and mapping editors.

  • Java EE Connector (J2C): J2C tools enable applications to access operations and data on enterprise information systems such as CICS or IMS. Wizards assist with file importing, data mapping, and the creation of Java classes and methods to access data.

  • Web application: Web applications range from Web sites, to complex applications that use JSF to access data, or Rich Internet applications that use Asynchronous JavaScript and XML (Ajax). The workbench includes wizards, editors, and palettes to assist with the creation and deployment of Web applications.

For latest information check IBM Rational Application Developer for WebSphere Software Product Evolution

IBM Rational Application Developer includes tools to improve code quality. A Java profiling tool helps to analyze an application's performance, memory usage, and threading problems. A software analysis tool identifies patterns and antipatterns in application code, and compares code to coding standards.

To manage source code, a development team can configure IBM Rational Application Developer to work with a source code repository system. The product ships with connectors to IBM Rational ClearCase for source control and IBM Rational ClearQuest for defect management. It also ships with a Rational Team Concert client that can be used for both source control and defect management.

The workbench includes tools for deploying an application to a local or remote server. It contains test environments for IBM WebSphere Application Server and IBM WebSphere Portal. It also supports Apache Tomcat. Using these tools, a software developer can test their application locally before publishing it to a production server. Cloud computing capability is provided for the IBM SmartCloud Enterprise and the IBM Workload Deployer.

Because IBM Rational Application Developer is Eclipse-based, it can support the third-party plug-ins for Eclipse, as well as plug-ins specifically for Rational tools.

Source: Wikipedia

359 questions
0
votes
1 answer

Webspere 5.1 on IBM RAD 7.5.4

I've to add a runtime of websphere 5.1 on my RAD 7.5.4, but I can only add runtime of websphere version 6, 6.1 or 7. There is anyway to install ws 5.1 in my config? Thanks
3vi
  • 420
  • 1
  • 4
  • 21
0
votes
1 answer

Upgrade from IBM WSED 5.1.2 to IBM RAD 7.5

Our group currently uses Websphere Studio Enterprise Developer V. 5.1.2. This is, for various reasons, no longer sufficient for our application, so we are upgrading to the latest version that we have available, IBM Rational Application Developer…
Zibbobz
  • 725
  • 1
  • 15
  • 41
0
votes
1 answer

How to run jython script from RAD using credentials from properties file?

According to documentation: http://pic.dhe.ibm.com/infocenter/rsawshlp/v7r5m0/index.jsp?topic=%2Fcom.ibm.ws.ast.jythontools.doc%2Ftopics%2Ftjythondebug.html to run jython script with credentials "As defined in soap.client.props or sas.client.props…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
0
votes
1 answer

How can i stop Solr without stopping the WebSphere Commerce Test Server (IBM RAD)

I need to test some error handling use cases in the event that the Solr server shuts down or is unreachable. On one of our testing servers i can run the stopServer script passing in the indentifier for the Solr server. I have tried using the same…
prodigitalson
  • 60,050
  • 10
  • 100
  • 114
0
votes
1 answer

DOORs DXL : richText method in windows 7

I wanted to assign the object text as an rtf text using richText method. I got a strange behavior with the tables inside rtf. using the same code == tables appears in the text of the object in windows XP but doesn't appear in windows 7. is this a…
becks
  • 2,656
  • 8
  • 35
  • 64
0
votes
1 answer

How to install specific Eclipse IDE fix in Rational Application Developer?

I'm using IBM Rational Application Developer v8.5.1, which is based on the Eclipse Platform v3.6.3. There's a bug where the Delete key doesn't work in the Source view of some XML editors. This seems like it might be a known bug such as…
Scott Leis
  • 2,810
  • 6
  • 28
  • 42
0
votes
1 answer

Error while parsing XSL file

I am migrating and old web application from Tomcat 4.0 to WAS 6.1. We use a lot of xslt transformations like this (simplificated):
JLLMNCHR
  • 1,551
  • 5
  • 24
  • 50
0
votes
2 answers

RAD Websphere - EAR not picking up latest jar

I am using RAD 7.0. My web application works with a jar(contains the backend code for our application) which undergoes frequent changes. But whenever I replace the jar in the WebInf/lib folder of the war and restart the server, it does not pick up…
RJ.
  • 313
  • 2
  • 5
  • 14
0
votes
2 answers

Websphere Application Server 6.1 TE installation issue with RAD 8.0

I installed RAD 8.0 on my desktop and WAS 7.0 already.. now i want to install WAS 6.1 in my desktop. When i tried to install that it gives an error like below: IBM WAS 6.1(64 bit) Test Environment 6.1.0.41 cannot be installed into any package…
ramee
  • 47
  • 7
0
votes
1 answer

Using Harvest Plugin with RAD 8.5 - problems opening perspective com.ca.harvest.ui.harvestPerspective

I have installed the latest version of the Harvest Plug-in for IBM RAD 8.5. When I try to open the perspective 'ALLFusion Harvest Change Manager' I get the error 'Problems opening perspective 'com.ca.harvest.ui.harvestPerspective'. or when I click…
Nick Ruta
  • 450
  • 6
  • 14
0
votes
1 answer

JAX-WS service and client versioning

My group is getting into web services for the first time. What is the usual way to control versioning issues with web services and clients? We're generating our services and clients using in IBM's RAD using the wizards it presents. The services…
Entropy
  • 1,219
  • 6
  • 21
  • 45
0
votes
2 answers

Increasing the heap size on Eclipse-RAD

I'm trying to increase the heap size on my RAD installation. When I make the changes, Eclipse isn't starting. Current configuration... -startup plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -install C:\Program…
RKodakandla
  • 3,318
  • 13
  • 59
  • 79
0
votes
1 answer

IBM Rapid Application Developer 8.5.1 scrollbar not draggable (Enterprise Explorer\Package Explorer) + Ctrl-F on JSP sometimes not working

I currently have IBM Rapid Application Developer 8.5.1 installed on Windows 7 64 bit and I'm having these two issues: I'm unable to scroll by dragging the scrollbar with my mouse on both the Enterprise Explorer and the Package Explorer. If I do so,…
Jonathan Ramos
  • 170
  • 2
  • 10
0
votes
1 answer

Use ANT to create EAR for IBM WAS server without RAD or RBU

Is it possible to create and use IBM Ant tasks without installing RAD (Ratinal Application Developer) or RBU (Rational Build Utility). I would like to instead just use ANT and copy any jars necessary for the tasks to run. I have tried this but get…
bcoveny
  • 75
  • 1
  • 9
0
votes
4 answers

can i use "index" as the name of the servlet name?

I am getting this error in RAD Web Application 3.0 Deployment Descriptor Editor: Servlet Mapping (index): Servlet Name:The value is not among the possible selections Then under my Markers: Web Problem: The servlet mapping "index" refers to a…
takajode
  • 23
  • 5