Hey I am new to java and trying to learn it. I have learned the best way it to learn is by reading and seeing how are other software are working and then implement a better way in my own app. So i have started decompiling
I already know jd-gui and used it to decomppile or edit jar files. But now i have multiple jar files and they are interdependent, I tried to google but could not find anything good. Help would be great.
Main question. How to edit or decompile multiple interdependent jar files.
I am not trying to do anything illegal or wrong just want to learn
Related
I created an asp.net-angular webapp mainly according to a course I was in. Deployment wasn’t covered in the course and I have run into a lot of trouble trying to deploy my app. (I have been using vscode throughout the entire proccess).
I have understood that the best way to do this is to package it for docker, and in order to do that I should package it all together so that the .net project also starts up the angular project. Until now, I have been running them on ports of localhost, by using ng serve and dotnet run commands in separate terminals. I have tried hooking up the projects according to a bunch of different tutorials I found but haven’t been able to get it working.
I don’t fully understand the different configuration files, I have read the documentation, but it seems the information I lack is supposed to be obvious and therefore doesn’t seem to be explained in depth. what url needs to be pointing to what etc.
I realize this question is kind of all over the place, and I haven’t given specific code samples, but part of my problem is that I don’t understand which of the many configuration files in the project are the ones relevant for this.
I will happily supply any files needed.
Any help or direction will be greatly appreciated.
I want to develop Document Manager application based on Alfresco. I am going to change there many things: user interface, language, may be some functions... But I don't know how to start, where I can get Alfresco source code, how can I rewrite codes with netBeans and how can I test my changes. This is my first serious project so I need any help. Where I can get Started ?!
A very popular way to get started is to work through my tutorials.
You don't need the source code, although it is available and helpful when you are troubleshooting or learning how something works. Instead of forking Alfresco you will write extensions that customize the platform. If you find yourself needing to compile Alfresco's source code, most likely you are doing something wrong.
I'm wondering if there is a way to do this.
This may not be a Netbeans specific question but I figured my developing environment would be helpful just in case.
I have sqlite3.dll but I'm assuming it's far more complex than simply including that file in a project and then using its functions. Even if it was I have literally no experience using pre-built DLLs with C++ Builder applications.
So my question is, How would I go about using sqlite in a Borland c++ builder application? As simple an explanation or step-by-step guide as possible is preferable as my ability to do anything beyond creating apps with C++ Builder is severely limited.
Failing that, is anyone aware of a web article that answers the same question? I'm aware that sqlite3 has its own documentation section but I found it hard to follow and some vital links are broken.
Failing that... Is there a better way to create small-scale easy to write for a beginner apps that make use of a sql database?
Just to be clear - I don't want to make use of a sql server. I want to write something that at its minimum is an executable file, a database file, and a library file in the same directory. In other words something I can distribute easily.
edit: I'm using Borland C++ builder 2009.
Did you try sqlite amalgamation? Basically it's just one source file to include in your project. If you compile through, you can use it.
See http://www.sqlite.org/download.html.
I'm working on a SharePoint site, and the site eventually needs to be localized to many different languages. We can use resource files, but we'd like for the translators to be able to update those files while the site is live, without requiring developer assistance to recompile, redeploy, etc.
To me, I think the easiest way to do this would be to provide a web application to edit the .resx files as they sit in the App_GlobalResources directory. Does anyone know of some sort of a web-based .resx editor like that? I found one from LavaBlast, but it displays the values for all languages at once. With the number of languages we plan on having, I think that would eventually get unwieldy.
Any suggestions are appreciated.
I used the one you found: http://blog.lavablast.com/post/2008/02/RESX-file-Web-Editor.aspx It took a couple of hours but it works a treat. I think that having the multiple languages editable at the same time is very helpful to avoid getting your resx files out of sync, and to see blank entries easily.
Not a direct solution, but DotNetNuke contains a full lanaguage file editor, you might be able to extract the logic from it for your own use.
Microsoft released a tool called the Enterprise Localization Toolkit you might look at:
http://msdn.microsoft.com/en-us/library/aa479334.aspx
It has been ages since I played with it, but it should fit at least some of your requirements. It is easy enough for a non-techie to use. You do not edit RESX directly, however, so it might not be exactly what you need. You gen them instead and then deploy.