Websphere that comes with RAD - websphere

We have some of our Java applications running over WebSphere 5.1 at work. I'm in the process of trying to get my development environment set up.
Thus far I am thinking...
Spring STS
Eclipse Developer tools for WebSphere Application Server version 7.0
WebSphere Application Server 7.0 Developers Edition
I believe Websphere 7.0 should be okay because we are using J2EE 1.3.
I did however manage to get my hands on a trial version of RAD with came shipped with WebSphere Application Server 5.1 however we don't plan to buy a license.
Can anyone give me advice as to whether I will be breaching licensing agreements if I rip out WAS 5.1 which came shipped with RAD? Is the version that came shipped with RAD a developer edition?
Thanks

If you're concerned about licensing, go ask your manager or team lead. The way IBM handles licensing can vary greatly between products, your company's relationship with IBM and how you initially purchased the product. Someone within your company should know about the license agreement your company has with IBM.
I know that for my current project we can have an instance of WAS running on our local machines for free. Every time we need to setup a new shared environment, like Test or Production, that's when we need to pay for a new license. That may be the same situation for you but that's not something anyone here can really answer.

Related

WebSphere 9 upgrade with RAD 8.5

Our developers currently use the IBM RAD 8.5 to develop web applications (No enterprise Java beans (No J2EE), use Spring framework). The server team is planning to upgrade WebSphere from version 8 to version 9. Last I checked in the servers tab, RAD 8.5 supports WAS version 8, 8.5, and 8.5 Liberty profile. See screenshot.
Is it possible to continue to develop in RAD 8.5, and deploy to WebSphere 9 in the server environment? What kind of snag would I expect to run into? e.g. Assemble the WAR file in RAD 8.5, and deploy the WAR file in WAS 9.
Would there be any problem I should anticipate in the deployment descriptor? e.g. files like web.xml and application.xml?
Moving forward, is it better to use other IDE to do software development if we are not planning to upgrade RAD 8.5 to a newer version? Would MyEclipse(variant of Eclipse with better server support) or Eclipse IDE for Java EE Developers (oxygen) suffice? Do I also need the liberty profile?
https://developer.ibm.com/wasdev/downloads/liberty-profile-using-eclipse/
What kind of issues should I be expecting? Or continue using RAD 8.5 would be a better option?
Here are some of the stackoverflow links I had checked already. There are pretty high level.
what-are-the-differences-when-deploying-on-tomcat-vs-websphere
can-a-war-file-be-deployed-on-any-server
Thanks.
In my experience I could not use RAD 8.5 to control a v9 server. I could not use Java 8 in RAD 8.5. I would not expect RAD 8.5 to know about the newer versions of JPA, JAX-RS and other things in v9. You could continue to develop jee6 apps on a v8.5 server and then move them manually to a v9 server.
Liberty is worth a look but is not completely interchangeable. Liberty has features that traditional does not (MicroProfile) and lacks some older things that traditional has (JAX-RPC).
You might check out the WebSphere Developer Tools for Eclipse that have support for traditional v9. They're not as full featured as RAD but might be enough. More info is at https://www.ibm.com/support/knowledgecenter/en/was_beta/com.ibm.websphere.wdt.doc/topics/wdt_overview.htm
Adding to the information provided by Bruce, IBM had introduced OpenLiberty where one can deploy the war file built with RAD. Deploying to other application server (e.g. tomcatEE
) is possible, but it would require some work. OpenLiberty should be closest to the IBM Websphere in terms of setup and architecture.
Here are some links that provide more information.
OpenLiberty
IBM announces Open Liberty, an open source runtime for Java microservices
Difference between OpenLiberty and Websphere Liberty

Configuring WebSphere Commerce Developer 6.0 to use WebSphere Application Server 6.1

Has anyone successfully configured WebSphere Commerce Developer 6.0 to use WAS 6.1 and RAD 7.0?
I'm working on a site implemented with IBM WebSphere Commerce Developer 6.0. In production the site runs on WebSphere Application Server 6.1, which is officially supported. We'd like to run our local developer environments on WAS 6.1 as well, but the migration instructions cover only stand-alone servers. Commerce Developer is limited to WAS 6.0 according to the documentation below:
http://publib.boulder.ibm.com/infocenter/wchelp/v6r0m0/index.jsp?topic=%2Fcom.ibm.commerce.admin.doc%2Ftasks%2Ftmgwas61.htm
We're hoping to be able to leverage Java 5 support and other features of WAS 6.1 while staying on WebSphere Commerce Developer 6.0. We have some portions of the code developed using Java 5, but currently we have to deploy this code to a stand-alone server to test, which is less than ideal.
Nope.. can't be done. The issue is that the runtime and tooling is all linked together.

where I can download Websphere Application Server 7 (was 7) server adapter for springsource tools

like the title...
I want to find was7 server adapter for springsource toos.
any body know where I must download the software ??? thanks
This was the case, but IBM has since release WebSphere Application Server tools edition and has donated a server adapter to the Eclipse market place. This will cover WAS 7, 8 and 8.5 alpha.
Overview http://publib.boulder.ibm.com/infocenter/wasinfo/beta/index.jsp?topic=%2Fcom.ibm.websphere.w4d.nd.multiplatform.doc%2Ftopics%2FwdtV85_overview.html
Current Eclipse plugin alpha http://marketplace.eclipse.org/content/websphere-application-server-developer-tools-eclipse
AFAIK, you still can't get it for free, you have to get a commercial IDE (RAD, MyEclipse) for that. See this previous answer and this more recent discussion.

WebSphere 6.1 for Solaris (Trial Download)?

Is there WebSphere Application server 6.1 available for download on Solaris 10? I simply need a trial edition for testing.
Sorry, the trial versions on the web site are limited to Linux and Windows
http://www.ibm.com/developerworks/downloads/ws/was/
Please try the "Call Me" "EMail-us" to contact an IBM rep on the url above. They may be able to help you.
thanks,
dims

Bug Tracking for Windows and SVN

I'm working as part of a volunatry team creating an open source product with a permissive license. We are currently using Visual SVN Server/TortoiseSVN for source control and TeamCity for our continuous integration builds.
I would like to add a bug tracking component into the mix that will integrate into SVN. Ideally, I'd like to use FogBugz but we have no budget. So, I need an alternative. The requirements are:
Must be free or have a free version supporting at least 20 developers (we're volunteers!)
Must integrate with VisualSVN Server
Must run on Windows
I prefer Microsoft technology (ASP.Net over PHP; SQL Server over MySQL, etc) because we are a Microsoft shop, we have experience with those tools and already have them installed.
Must be able to work with a geographically distributed team
Must work with Express editions of Visual Studio (the developers don't all have the Pro version so we can't rely on Visual Studio add-ins).
I'd like The Community's recommendations, please, for products that meet all of the above requirements.
[Clarification: our license is very close (though not word-for-word) to the MIT license.]
Trac: It is not a Microsoft technology but will integrate well into SVN. There are not many free bug tracking software's that are free on Microsoft technology.
JIRA is free for open source projects and will run on Windows. Subversion integration is available and provided through a plugin.
Trac
Redmine
Try Bugzilla.
Is free
I do not know if integrates with SVN... but I suppose the answer is YES.
Runs on Windows - you must set up few
components, but it actually runs
prety well on IIS, however
installation is a bit tricky.
Bugzilla is Perl and MySQL. However,
as I said I had installed succesfully
Bugzilla on Windows 2003.
Installation of MySql and Perl does
not take a lot of server resources -
we had those two on our ASP.NET +
MSSQL test server, and no performacne
drop had been observed.
Works with distributed team.
Try InDefero, you can even get the hosted way for free if your project is not that big in size.

Resources