Are they both referring to the same thing? Are they related at all?
Resource Adapter Archive (RAR) according to Oracle is:
Resource Adapter Archive (RAR): A RAR file holds a resource adapter. Defined by the J2EE Connector Architecture specifications, a resource adapter is a portable component that enables enterprise beans, Web components, and application clients to access resources and foreign enterprise systems. A resource adapter is often referred to as a connector. A RAR file name has the .rar extension
Roshal ARchive (RAR) according to the Wikipedia is
RAR is a proprietary[3] archive file format that supports data compression, error recovery and file spanning. It was developed by a Russian software engineer, Eugene Roshal (the name RAR stands for Roshal ARchive) and the RAR software is licensed by win.rar GmbH.
The main propose behind this question is I'm trying to read Resource Adapter Archive (RAR) from within my Java app without using any third party library. However everyone talks about the Roshal ARchive (RAR) and how it's being a proprietary.
So I'm confused on this point. Is Oracle actually using this proprietary format or is it just a similarity in extension naming?
Whatever the case is, I would like to know if there is an example somewhere on reading text file which is contained in a Resource Adapter Archive (RAR) from within my Java app.