Tagged Questions
-3
votes
0answers
42 views
Integrating Infusionsoft with wordpress [closed]
I have a user management system that populates the wordpress user but it is not currently speaking to infusionsoft as well. A plugin will not work because it is in the backend coding and not on the ...
-3
votes
0answers
113 views
Converting Java applet to “HTML5”? [closed]
I am a novice programmer, but the most experienced one in my organization.
We have a number of dated online Java applets (with source code) which run various simulations.
My task is to "convert them ...
2
votes
6answers
299 views
Re-writing a large web application - alternatives to LAMP
We have a very large, 10 year old LAMP (Linux, Apache, MySQL, PHP) web application that is out of control and poorly written due to a large number of patches and possible hundreds of programmers.
If ...
-3
votes
1answer
287 views
Which framework should I learn if I want to do web development in Java? Any advice? [closed]
Well, I don't have a strong background in programming. I know C, C++, some C#, some vb, and some basic java and SQL, that's it. I don't have any work experience in web development, so just consider me ...
2
votes
1answer
307 views
Why isn't Java being used for web multimedia applications?
I've been focusing on multimedia applications and I've noticed that most applications don't use Java in the back end. Instead, I see solutions with PHP/ROR/Python and Flash/Silverlight without any ...
1
vote
1answer
140 views
how to develop a common pool of functions? [closed]
I need to develop an application which runs on the web as well as on mobile platform. I want to make something like a directory where i hold my common functions in respect to web and mobile platform. ...
-1
votes
1answer
249 views
Which Web or UI technology to learn for experienced Java developer [closed]
I have been working on Core Java for around 4-5 years now, but have no exposure of working on any Web or UI technology. So want to have preliminary knowledge of some Web/UI technologies now.
My query ...
1
vote
2answers
361 views
Thin client Web browser?
Many times i have heard people saying that a particular hardware to be running a thin client web browser. But from the definition of "thin-client", doesnt all browser qualify as a thin-client? as all ...
0
votes
4answers
309 views
Why are Java servers so scarce and costly? [closed]
I think "why PHP over Java" has been already discussed in other questions, the question I have is:
What makes LAMP/WAMP stacks so cheap and abundant vs a Glassfish one? What are the prime factors ...
6
votes
5answers
387 views
Building a website, want to use java
I'd like to make a simple-ish website that is essentially a small game. Key strokes are to be processed and sent to a server (already acquired and should support SQL and JSP, I believe) which then ...
1
vote
4answers
2k views
Do I need to know servlets and JSP to learn spring or hibernate or any other java web frameworks?
I've been asking a lot of people where to start learning java web development, I already know core java (Threading,Generics,Collections, a little experience with (JDBC)) but I do not know JSPs and ...
2
votes
1answer
151 views
Technology Choice for a Client Application
Not sure this is the right place to ask...
I'm involved in the development of a new system, and now we are passing the demos stage. We need to build a proper client application.
The platform we care ...
4
votes
1answer
188 views
Can the overuse of custom taglibs disrupt the outsourcing of html designers?
Yesterday me and a friend were talking about the overuse of custom taglibs!
We create taglibs for everything! We create taglibs in order to wrap jQuery UI elements (tabs, button, etc), and other ...
7
votes
6answers
2k views
PHP and performance
I always hear that PHP is for medium and small websites whereas .NET and Java for enterprise applications. My question is about PHP. Why is PHP not a good option for enterprise web applications? Is it ...
4
votes
2answers
1k views
What are proven advantages of tools like GWT over pure JavaScript frameworks?
GWT is a software stack that translates Java code and a sub-set of the Java Runtime's class library to JavaScript code.
In comparison with JavaScript toolkits, GWT can seem alienating, by nature and ...