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
2 answers

Multiple java output directories in Eclipse/RAD?

I'm using RAD (which is based on Eclipse) and I have two source folders in a project, one for the core source files, and one the tests. How can I have them compile to different output (bin) folders? Obviously I don't want my unit tests to be built…
C. Ross
  • 31,137
  • 42
  • 147
  • 238
0
votes
0 answers

writing the uploaded files to disk received using jax rs

Am trying to upload a multipart files using jquery form data and trying to receive the file using jax-rs and need to write the files to disk and am able to recieve the file but how to write to disk? @POST @Consumes("multipart/form-data") public…
kanda
  • 21
  • 1
  • 9
0
votes
1 answer

Any way to clear the results of RAD's own code coverage tool (in RAD 7.5)?

So, RAD 7.5 comes with IBM's own code coverage tool which seems alright. However, after running the any of the JUnit tests which highlight all your files with code coverage stats, I can't find any way of clearing the results so that I'm not staring…
Chris Knight
  • 24,333
  • 24
  • 88
  • 134
0
votes
1 answer

WAS6.1 to liberty migration

We are currently migrating our application, that is running with RAD 8.0 and WAS 6.1, to RAD 9.5 and Liberty profile 8.5.5.5. The server configuration setup for liberty profile is done. While running the application, we are facing…
0
votes
1 answer

WAS getting changed to 1.6

I Installed Webspehere Application Server 8.5 on my RAD(Rational Application Developer). While creating I set it to Java 1.7 . After creation its getting changed to Java 1.6. Please help.
javaAndBeyond
  • 520
  • 1
  • 9
  • 26
0
votes
0 answers

Websphere Developer Tools for traditional 8.5 on macOS - Unable to connect to WAS running on Docker

I'm trying to figure out how to develop for Websphere 8.5 (traditional) App Server on a Mac using Eclipse w/Websphere plugin and Docker to run Websphere. I have a Macbook Pro and since Websphere (traditional) Application Server isn't available for…
WayneC
  • 2,530
  • 3
  • 31
  • 44
0
votes
0 answers

How to import a non eclipse (Rational Application Development) struts application into eclipse

I'm trying to import Struts application into eclipse which is developed in IBM-RAD. But When I import using File > Import > Existing Project, it does not recognize it as a struts app.
0
votes
1 answer

command to start websphere from IBM RAD

In my project, it takes a lot of time to take the latest source code from svn, build and publish it on the IBM Websphere server. The IDE we are using is IBM RAD. So I was working to automate this whole task, so that I dont have to waste my time in…
hanumant
  • 1,091
  • 4
  • 15
  • 27
0
votes
0 answers

How to install Maven Plugin on RAD?

IBM RAD does not support maven out of the box and the first thing any developer do is, to install new software from RAD help menu with m2e eclipse udpate url. " Cannot complete the install because one or more required items could not be…
Rajkamal
  • 7
  • 1
  • 3
0
votes
0 answers

Issues setting up PrimeFaces with RAD/Websphere

I have been using RAD/WebSphere successfully with the default JSF library but am going to be working on a project that uses PrimeFaces..I have downloaded the jar file and went to the buildpath and added the external jar. I do have the tags right in…
0
votes
1 answer

Spring Related XML File Errors Appear When Opening RAD

I have a non-Mavenized, Spring/JPA/Struts application that I have been the lead developer on for over 16 years. We are currently using RAD v9.5, with WebSphere Application Server v9.0.2. Compiler compliance level is 1.8. The Spring version is 4.2.6.…
John M. Yount
  • 101
  • 1
  • 1
  • 8
0
votes
1 answer

Ant Build ArrayIndexOutOfBoundsException in Java workspace

I am trying to build a Web Application with Ant build script. Application has many modules and after compiling couple of projects build fails with following error logs: [javac] An exception has occurred in the compiler (1.4.2). Please file a bug at…
user3731930
  • 137
  • 1
  • 1
  • 8
0
votes
1 answer

Error starting Web sphere 8.5 application server

Recently, Websphere 8.5 application server has been corrupted. I receive the below error while starting the server. Have uninstalled the server completely and reinstalled again. Tried to start the server from startServer.bat in…
Gopi
  • 909
  • 1
  • 8
  • 15
0
votes
1 answer

Ant Build: "Failed to create task, Cause: name is undefined"

I get this error when I try running an Ant Build: Problem: failed to create task or type http://com.ibm.adapter:createProject Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been…
robertobatts
  • 965
  • 11
  • 22
0
votes
0 answers

WebSphere - Security role to user/group mapping

We are creating a JSP application as a Maven project (formerly existed but not as Maven). We've been following other working applications and we have done everything the same way. Our project structure consists of 3 modules (web, EAR and main…