Other than learning java, spring, hibernate, servlets, jsp's, how to use eclipse/netbeans, databases like mysql/oracle/postgresql, JMS, JUnit, etc.
What other skills are essential?
Coming from a MS background, and I am just a little overwhelmed by all the things going on in the java world! (btw, you guys have TONS of dlls also, a big...
Normally, I use IntelliJ for python programming. But sometimes I don't have access to it or just to make a quick edit I open a Python file in a text editor.
At those times, it is really difficult to find the namespace of a class. I am googling it. But it takes time. Is there a better way to do this?
Edit:
Looking at the responses, I n...
What are the best tools do you use(paid ones as well as free) to develop a webapplication? I am looking for RAD(rapid application development) tools which increases productivity like IDE, decent debugger, drag and drop for web UI. Any added functionalities to check for security like SQL injection etc., will be added bonus points. I am p...
I'm currently taking a course in concurrent software design, and we're focusing a lot on modeling. I see the value in this, but I am not sure if the tool we are using is horrible, good, or somewhere in between, because I can't find any other examples. We're currently using LTS Analyzer, with some more information here.
So my questio...
Is there a decent free API/component for printing barcodes in C#?
...
Example:
Say for instance you had the following two tags some where in a legacy page you've been assigned to work on:
<table style="padding:0px; margin:0px; border: 0px; width:100%;">
<td style="width:100%; margin:0px; padding:0px; border: 0px;">
Would there be a program that could make a list of these random style tags and...
Hello,
I am new to sql query optimization and i would like to know if there is anyone can suggest a profiling and optimization tool that i can use.
I am trying to optimize queries running on mysql.
Thanks for any help.
...
What are the popular integration testing tools, especially for desktop non-Web applications?
In my projects, I have been using a combinations of scripting and jtreg/jtharness. While they work, they lack the support from other development tools. IDE and CI tools cannot run them easily and/or don't understand the test results.
I like t...
I'm looking for a way to find out how much time is spent in each of my program's source line when running on the iPhone.Similar to what Shark can provide on the method/function level. Is this possible with the standard tools? Are there 3rd party tools that can provide this sort of granularity?
It wouldn't be necessary for profiling data...
Hi I know there are plenty of good software "programmer's" calculator, but I often find myself in places where access to my favorite soft calculator is not possible.
Where can I find real (ie: hardware) programmer's calculators? I already did a google but the vast majority of results are of software or calculators that are no longer be...
I'm looking for various NLP tools for a project I'm working on and right now I've found most useful the Stanford NLP projects.
Does anyone know if there are other tools that are out there that would be useful for a language understander?
And more importantly, are there tools that are NOT out there?
Most specifically, I'm looking fo...
Hi ,
I want to write a ruby program that could inspect the variable value of a program by launch the gdb and then print that value. How could I achieve this?
If I were in the shell, I would do this :
shell > gdb test
[...gbd started]
(gdb) p variable
$1 = 20
(gdb)
I also like to hear other ways that can achieve the same g...
Hi all,
I would like to track how much time is spent on each project within my IDE. For as long as I've been developing, I've used a standalone application or even a web application. I would like it to tie into the IDE directly because it will automatically track time spent based on the open project / file (ideally).
I started to rea...
As far as I can see the offerings fall into two categories – scanning services such as McAfee, Comodo, etc. and tools such as Burp Proxy, HP’s WebInspect,CodeScan, etc.
In an ideal world, I’d use something that actively scanned a certain URL (the target being a LAMP stack) on a daily basis (or as required if it’s a standalone tool), bu...
Hi!
My whole life I have been programming in simple plain text editor. Lately, I was contemplating about joining an open source project which is fairly large and written in C.
I downloaded the sources, started to look around, read this, forget that...
Then I thought to myself: this can't be true. This is 21st century there must be som...
As a web developer there are a number of languages that most of us are usually familiar with Ruby, PHP, HTML, Javascript, etc... I want to know what programs you frequently use to code in? Even if it's NotePad, I'm interested...
...
Hi,
Can VIM do auto code completion like what Eclipse does? Usually I connect to my Linux developing server through Putty from my Windows laptop. So, I hope I can find a plugin for VIM which can do drop-down menu like auto completion when I can type variable names in Putty, is this possible?
Thanks!
...
I'm looking for a tool like SonarJ but for .NET instead of Java.
SonarJ helps you to find deviations
between he architecture and the code
within minutes. It can be integrated
into your IDE to help you avoid the
introduction of new architetural
violations to your code base. You can
also use it to maintain metric based
so...
I have inherited some source code (Visual Studio solutions and C# projects) and have found a couple of scenarios where a project references a file that is missing.
Does anyone know of a tool that will recursively parse a directory structure, read each .csproj project file and list the names of any files that are referenced by the projec...
Hi there
I'm developing a web-application with PHP and some libraries. The problem is that i need to generate some excel files, and this procedure takes a lot of time. Can you help me with some tools to identify where my application spends a lot of time,. Can you recommend a php tool which will help me to detect the bottle necks?
ps: t...