Jad Plugin Site For Eclipse
- Posted in:
- 14/11/17
- 85
Platform Programming language Debuggers available Emulator available Integrated development environment available Crossplatform deployment Installer packaging options. Welcome to the NetBeans Plugin Portal. Download, comment, and rate plugins provided by community members and thirdparty companies, or post your own. Decompile eclipse plugins Apart from the existence of a technical solution 1 you can get all source files for the official eclipse plugins as bundles and 2. Getting started with Netweaver 7. Part 2 NWDS and Logon Page. This is the second blog of my blog series. This blog can be used independently of the first blog, the only assumption I am making is you have a running Netweaver 7. NWDS installation files with. You can read the first blog here http www. This blog can be used independently of the first blog, the only assumption I am making is you have a running Netweaver 7. NWDS installation files with you. Installing and Configuring NWDS1. Download and install JDK 1. Copy the file nwds extsoa 7. SP0. 0 PAT0. 00. DATAUNITSJAVAIDEdistroscom. Extract the content and you will have a folder with name eclipse. Launch the Netweaver Developer Studio from folder eclipse, you may want to create a shortcut on the Desktop. If you havent maintained JAVAHOME property or if its pointing to some other java version, eclipse will complain about it. In the dialog window locate the JDK 1. Path to JDK 1. 6 should be something like. C Program FilesJavajdk. Restart the NWDS after this and select a suitable workspace. Set the run time engine in NWDS, by going through the menu path Window Preferences SAP AS JAVAYour NWDS is setup now for basic development tasks. However its my personal preference to always install the two very useful plugins JAD Eclipse and Jar Class Finder before I actually get into any development. Although we wont be needing them for the example discussed in this blog, they are always handy. Installing JAD Eclipse Plugin. Download JAD from here http www. Extract it and save it in a suitable folder. An extensive list with computer file formats and detailed descriptions. Also offers the possibility to convert files to various other file formats. Download the JAD Eclipse plugin from herehttp sourceforge. Eclipse2. 03. D3. M62. 9net. sf. jadclipse3. Refer to the below document for step by step instructions to configure JAD Eclipse http 5thcross. Fltm6oVeWIk/hqdefault.jpg' alt='Jad Plugin Site For Eclipse' title='Jad Plugin Site For Eclipse' />Installing Jar Class Finder Plugin. Download the Jar Class Finder plugin from here http www. Refer to below for installation steps http www. This completes the first part of the blog. Install-JD-Select-the-JD-Eclipse-packages-for-downloading.png' alt='Jad Plugin Site For Eclipse' title='Jad Plugin Site For Eclipse' />Eclipse Moonrise UI Theme is the best dark UI for Eclipse around. Note that on MS Windows all windows title lines and scrollers color is defined by OS. Version 3. 201, jump to download directly Java Launcher is a powerful Java tool and an easytouse software, which contains nine features totally. JadClipse is a plugin that seamlessly integrates Jad the fast Java decompiler with Eclipse. Normally, when opening a class file the Class File Viewer will show a. Download JadClipse Eclipse plugin for free. Jad Java decompiler plugin for Eclipse IDE. Modifying the Logon Page. There is already a wonderful blog on this topic herehttp www. As I am coming from Portal 7. CE environment. I found it difficult to follow the steps mentioned in above blog Blame it on my ignorance, I hope the writeup below makes it a bit easier for people like me. Our aim is to change the branding image on the logon page. Although you dont need to do a code modification for changing the branding image, as explained herehttp help. This documentation is for CE7. I couldnt find a similar one for 7. I choose to discuss about changing the branding image due to my fascination for images, You will get a glimpse of what I mean in the last screen shot 1. Get ready for the first shock, There are no par files in Netweaver 7. Portal. I know the next question is what about all the par based development that I have in my landscape I noticed there is a Par Migration Tool. Under the path System Administration Support Par Migration Tool. I havent tested it myself so wont be able to explain how it works, may be a topic for the next blog. Copy the war file tcsecumelogonui. Installation drive usrsaplt SID J0. Import the war file into NWDS by following the Menu Path File Import Web War File. Tick the checkbox Add project to an EAR, this will create an EAR project which will be used for deployment. Click Finish to generate the two projects. The war project depends on tcsecumelogonlogicapi. You need to import the jar file in Web. Content WEB INF lib folder of the project. Also import the image file which you want to use on logon page, in Web. Content Layout folder. In my case the image name is me. The SAP delivered image is branding image portals 2. X3. 60 pixels, Although you are not restricted by this image size dont put a big image. Once you are done it will look like. Kar Player Download Free. You might get compilation errors at this point of time. Migrate project to Java EE5 to resolve the the errors. Right Click on your war project Java EE tools Update EAR libraries. Content for the below steps 8 and 9 have been taken from herehttp help. In the EAR, view the General tab of the file lt projectname EARContentMETA INFapplication j. Enter a provider name for your application. The provider name defines your namespace where your applications reside on the AS Java. If you enter example. ASJavaInstallation j. Choose References and choose with the quick info text Add element c. Choose Create new and enter the required data. Reference Data for the Logon Application The Source Tab should look something like 8. In the EAR, edit the file lt projectname EARContentMETA INFapplication. URL alias and for your custom logon UI. Please make note of the Context Root as it will be needed in the next step. In my case its ctslogon. The Source tab will look like. Save, Build and Deploy the EAR project to the server. Best Llm Programs In The Usa. Right click on the project Run As Run on server. Enter the userid password and wait for the confirmation dialog. Dont worry if you see forbidden when NWDS tries to run the application. Open the Netwaver Administrator by accessing the URLhttp lt host lt port nwa. You will need admin rights to access this. Navigate to Configuration Authentication and Single Sign On Properties. Set the property Path or URL to the branding image ume. In my case its layoutme. Set the property Alias of the aplication for customizing login pages ume. Context root you specified in step 8. In my case its ctslogon. As you can notice there are many interesting properties listed here. We could have directly supplied the URL of the Branding Image here without modifying the war file. Save your entries and restart the server. Clear the browser caches and open the logon page. Congratulations. You have successfully modifies the logon page image. Footnote While trying to achieve this i studied the logon page a bit and found some interesting stuff. Look at this snippet which basically includes the image in the logon page lt td valigntop lt div classur. Brand. Image lt sap brandimage typemain lt div lt td lt td width1. You can find the css class ur. Brand. Image in the css files located under Web. Content css ur. Just for the sake of discussion I am pasting the corresponding content of urie. Brand. Imageoverflow hidden width 2. If you want to do some css related tweaking with the image you can do it here. The tag lib sap brandimage can be found here. Web. Content WEB INF taglib. The corresponding tag is lt tag lt description Logon link taglt description lt icon lt name brandimagelt name lt tag class com. Branding. Image. Taglt tag class lt body content emptylt body content lt attribute lt name typelt name lt required truelt required lt attribute lt tag It will be intersting to JAD the com. Branding. Image. Tag class and see whats in there.