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
2
votes
1 answer

Not able to launch administrative console from RAD. Error - administrative port not found

I am getting this error while launching Admin console - "Cannot launch Administrative console since administrative port is not found". I Tried launching console from explorer using http://localhost:9060/ibm/console/login.do. It is opening but when I…
user837593
  • 337
  • 1
  • 5
  • 25
2
votes
1 answer

Webservices feature pack is installed but RAD says 'it is not installed'

When I run this command: C:\Program Files\IBM\SDP\runtimes\base_v61\bin>versionInfo.bat The output is: WVER0010I: Copyright (c) IBM Corporation 2002, 2005; All rights reserved. WVER0012I: VersionInfo reporter version 1.15.4.3, dated…
Victor
  • 16,609
  • 71
  • 229
  • 409
2
votes
1 answer

WebSphere application server Traditional not starting

I am trying to start my websphere traditional application server from rational application developer. At the first time server started properly but after stopping it and starting it again next day it is giving admin exception: null pointer exception…
KUNAL HIRANI
  • 641
  • 1
  • 7
  • 20
2
votes
3 answers

Mapping security role to user/group mapping in RAD

I am using a WebSphere Portal Server that runs some servlets as well. Previously, while I was using eclipse to develop I used this solution to add roles in my web.xml file and map them in the integrated solutions console in the menu Applications >…
yankee
  • 38,872
  • 15
  • 103
  • 162
2
votes
0 answers

com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0014E: Uncaught service() exception root cause

I am using RAD and i am facing one problems while i am trying to run application on websphere 9.0v. I'm not able to understand this issue. errors: [1/1/19 5:56:05:918 UTC] 00000083 ServletWrappe E com.ibm.ws.webcontainer.servlet.ServletWrapper…
Dayananda CD
  • 21
  • 1
  • 2
2
votes
0 answers

Set targeted runtime in Maven app

I'm developing Maven apps with IBM Rational Application Developer and deploying EARs on Websphere Application Server 8.5. When I generate EAR file using maven-ear-plugin and try to deploy it on WAS, Eclipse complains about targeted runtime not being…
peterremec
  • 488
  • 1
  • 15
  • 46
2
votes
1 answer

Rational Application Developer: find the IDE's location on disk (from within the IDE)

I have an open instance of Rational Application Developer - an eclipse-based IDE developed by IBM. RAD is newly installed, and i haven't yet created a shortcut. So, before closing it, i would like to create a shortcut. The problem is i forgot the…
Newton fan 01
  • 484
  • 5
  • 14
2
votes
3 answers

Using Servlets 3 in IBM RAD 8?

I've been asked to get a web application running in WebSphere using RAD 8.0.1, which isn't my usual app.server or development environment. I'm starting off simple, using the default Ajax Test Server, but from what I can see, the default for a…
julian_t
  • 21
  • 1
  • 2
2
votes
1 answer

Disable Options Available in the Update Maven Project Window in RAD

I want to disable the Update Project Configuration From Pom.xml and Refresh Workspace Resources from Local File System options so that whenever I have to Clean the Maven Projects, I won't have to select these options by mistake. Can Anybody please…
iLearn
  • 991
  • 1
  • 13
  • 27
2
votes
1 answer

How can I access WebSphere authentication alias info from a Java client running outside of the server?

I used the following code (see this SO post) to read a userId and password stored as a JC2 Alias on my WAS 7 server. Map map = new HashMap(); map.put(Constants.MAPPING_ALIAS, MDM_JC2_ALIAS); …
ponder275
  • 903
  • 2
  • 12
  • 33
2
votes
4 answers

RAD won't deploy class files to running websphere server (local development0

Environment: WinXP. RAD: Version: 7.5.3 (Eclipse 3.4.2) Websphere 6.1 I have two web projects on my local RAD environment and 4 or 5 sub jar projects. When I change classes in debug and regular start mode, the files don't get copied to the server…
Berlin Brown
  • 11,504
  • 37
  • 135
  • 203
2
votes
0 answers

Jersey REST Service in Websphere 8.5

I am developing a REST service with JAX-RS annotations in Websphere 8.5 via RAD, and it has been MADDENINGLY inconsistent. I saw posts saying that one has to set com.ibm.websphere.jaxrs.server.DisableIBMJAXRSEngine to true. I did that. And it…
Entropy
  • 1,219
  • 6
  • 21
  • 45
2
votes
2 answers

IBM Filenet P8 subscription maven dependencies

In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, IBM RAD 9.5 and Apache Maven 3.3.1 I'm going to use maven to build my artifacts, and specifically I'm asking which are the dependencies needed to correctly…
abarisone
  • 3,707
  • 11
  • 35
  • 54
2
votes
1 answer

Rational Appln Deb IBM 7.5.4

I am using RAD 7.5.4 IDE many a times when i type something in a java file, it gets hung and i have to close it and restart it again. also i wanted to clean all the ears and make my RAD fast. any pointers will be helpful.
user265950
  • 467
  • 3
  • 9
  • 21
2
votes
1 answer

How to call a Java Class with parameters that is in another Jar, multiple times in Parallel

I have a project in RAD. Package is inputFileEdit, and the java class I need is InputFileTest.java. package inputFileEdit; public class InputFileTest { public static void main(String[] args) { String var1 = args[0]; String var2…
Paul
  • 33
  • 3