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

Publishing Failed in RAD 7 for WebSphere Portal Server 6

I'm trying to publish my portal application to WPS 6. I get the message "Could not publish to the server". Moreover the Details button is disabled. I checked IBM\WebSphere\PortalServer\log folder, I could not find any related logs for this error.…
SKR
  • 779
  • 4
  • 17
  • 31
0
votes
1 answer

Installing jalopy to RAD eclipse

I use RAD Eclipse as my IDE and I am trying to install jalopy into my IDE. I googled how to install jalopy into eclipse but there was no clear way in how to do it. One site says to install the jalopy-setup-1.9.4_118.jar. however, it doesn't provide…
robben
  • 181
  • 3
  • 13
0
votes
2 answers

Error configuring the RAD WAS Portal runtime for a new server instance

I have installed IBM Rational Application Developer version 9.1 from the installation media. The media launches and installs the IBM Installation manager and I've selected the RAD 9.1 package for install. Among the options, I've requested that the…
Iofacture
  • 655
  • 3
  • 13
  • 39
0
votes
3 answers

Cannot connect to secure TFS 2015 server with Rad (Eclipse)

Using RAD 8.5.5.2 with the latest TFS plug-in on Windows 7 Professional I get the following error when I attempt to connect to our secure TFS 2015 server. RAD 8.5.5.2 uses the Eclipse 3.6.3 platform. Connection Failed …
ponder275
  • 903
  • 2
  • 12
  • 33
0
votes
1 answer

IBM RAD 9.x and Java versions

We are looking at upgrading our RAD application from 8.5 a (and in some cases 6.0) to RAD 9.x preferably the latest stable release (IIRC it is 9.5). However I cannot find any definitive documentation on the versions of Java (right now we are using…
VanCowboy
  • 200
  • 3
  • 16
0
votes
0 answers

Sonarqube plugin 3.5 for java

Hi I am trying to analyse Java code with Sonarqube plugin version 3.5 with RAD 9.1.1 ( Eclipse 4.2). I am following steps from http://docs.sonarqube.org/display/SONARQUBE53/Installing+SonarQube+in+Eclipse . But while configuring when I right click…
user3790198
  • 47
  • 1
  • 9
0
votes
1 answer

Dynamic Web Project option missing in RAD 9

I am using RAD 9 and I could not find the Dynamic Web Project option.Web options I have in RAD 9 I also tried to follow the steps mentioned in an existing thread: Dynamic Web Project option missing in Eclipse But when I tried to install Java EE…
Duke2199
  • 1
  • 2
0
votes
1 answer

Is having an endpoint at http: a security risk for the Web Service

I have generated a JAX-WS web service with RAD 8.5 which automatically generated an endpoint for the service at "http:endpoint". I generated a client for the web service from the WSDL and added transport security (SSL) to the web service and added…
ponder275
  • 903
  • 2
  • 12
  • 33
0
votes
2 answers

Egit installation failed for IBM RAD

I am trying to install git plugin for IBM RAD 8.0.4 . I came to know that 8.0.4 RAD is built on top of eclipse 3.6.2. So I have downloaded egit 2.1 zip from following link…
aravind
  • 978
  • 3
  • 12
  • 21
0
votes
1 answer

Unable to create a Modern Batch (Batch Project) in RAD 9.5 IDE

Problem Statement: Unable to create a Batch Project in RAD 9.5 IDE. Details: I am unable to find the Batch Project under the "Select wizard" option for RAD 9.5 although I was able to create them previous when I was using RAD 8.0.4.2. What happens…
mhasan
  • 3,703
  • 1
  • 18
  • 37
0
votes
0 answers

Relative file reference works for Java Script files but not for CSS files

I have a JSP page in a Java EE environment using Rad 8.5 which references CSS and JavaScript files using relative references as shown below.
ponder275
  • 903
  • 2
  • 12
  • 33
0
votes
0 answers

WebSphere generates ClassNotFoundException when stand alone client instantiates Proxy for Web Service

I am using Rad 8.5 with WebSphere 8.5.5.9 to create a simple Web-Service which I am trying to call with a stand alone client I generated with the Rad Generate->Client wizard. The wizard generated the files shown in the webservicepackage shown…
ponder275
  • 903
  • 2
  • 12
  • 33
0
votes
0 answers

TestNG will not install on Rad 8.5

I am trying to install TestNG on Rad 8.5. I go to Help->Install new software and then put http://beust.com/eclipse/ in the Work with: window and click on Add. I then put TestNG as the Name: in the Add Repository window which pops up. When I click…
ponder275
  • 903
  • 2
  • 12
  • 33
0
votes
0 answers

How do I setup JAAS for a JSF website in Rational Application Developer 9.5?

I have created a JSF website that requires authentication, and I've created simple authentication manually by creating a singleton class User.java which contains two Strings, username and password along with a function that contacts a database to…
Ahmed Anwar
  • 688
  • 5
  • 25
0
votes
1 answer

Why Can't I Create a WAS 8.5 server profile or server within RSA (RSA4WS) 9.5?

I recently installed Rational Software Architect Designer for WebSphere Software (RSA4WS) 9.5. I am trying to create a WAS 8.5 server within RSA, but... The version of Profile Management Tool that RSA launches is 7.0 The only WAS installed runtime…