Tagged Questions
-2
votes
0answers
71 views
is it possible to write web applications with java fx? [closed]
is it possible to write web applications with java fx? I heard java fx support full java core functionality and have a better media and graphics support
3
votes
1answer
231 views
How do I make a cloud based web app accessible internally in the event of an internet outage?
I have a Java Web application backed by a database. Both are hosted in Amazon EC2. If the Internet is down, I need to allow internal users to be able to continue to work and somehow update the hosted ...
2
votes
2answers
121 views
need advice for building evaluation system in Java for the web
I have made a java program that allows to mark an exam made by one student. In the interface the student chooses between a set of options for each question, and by an array (that holds the correct ...
-1
votes
1answer
283 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
Record management system java web framework
We're currently reconsidering technologies and frameworks to get more agile with "simple" RMS CRUD-based projects. In short, short-living things like this
Right now we have a custom extension on top ...
18
votes
5answers
2k views
Pure Java web browser, is it practical?
I know that a Java web browser is possible, but is it practical? I've seen the Lobo project and must admit I am impressed, but from what I've gathered it seems that development stopped in 2009. Would ...
1
vote
4answers
1k views
Where to use C++ today? [duplicate]
Possible Duplicate:
Is there any reason to use C++ instead of C, Perl, Python, etc.?
When to use C over C++, and C++ over C?
I am going to enter university next fall in computer sciences, ...
3
votes
3answers
594 views
Java Frameworks [closed]
I would just want to ask what Java frameworks are worth learning, specially when it comes to web applications, but other frameworks are welcome too.
Could you please state:
The learning curve
The ...
4
votes
2answers
463 views
Should I use a framework for my new REST-based Java webapp? If so, which one?
I'm wanting to build a relatively simple app. Basically, a bunch of RESTful web services that access a database. Basic CRUD operations, a fair amount of search, and some amount of reaching out to ...
2
votes
4answers
184 views
Java out of web and without GUI?
Is java used out of web and without GUI? To develop web applications you have to learn design stuff, html+css+javascript+ajax => it takes really a lot of time to learn it. Developing a GUI application ...
3
votes
1answer
225 views
Apache Wave API
I'd like to create an application based around Apache Wave. Where can I learn more about working with Apache Wave and/or the API for a locally running instance?
At the moment, the extent of what I ...
5
votes
4answers
1k views
Best book(s) to comprehend Java Enterprise Application (web based) architecture, design, patterns, etc [closed]
I have just progressed from a developer into a position where I will be dealing with lots of high-level software architecture, design concepts, patterns etc etc. I want to be able to understand the ...
1
vote
2answers
421 views
J2EE: Appropriate use of Spring/Hibernate for a project [closed]
Hey guys, my company is insisting that I learn more about Hibernate and Spring for some other projects that we have. (My company uses Java and Perl)
Right now they have me working with Perl/MySQL.
I ...
3
votes
4answers
257 views
Upgrading in java web development
I'm a java web developer for nearly 3 years. Always trying to learn more and be better but still I feel that the amount of knowledge is not that good as I want. The knowledge in some places still ...
2
votes
5answers
4k views
Want to learn/dive into Java Web Development—where to start?
I want to dive into Java Web Development, but I don’t know where to start because I am overwhelmed with Frameworks, JSRs, modules and the like.
Coming from a PHP and Ruby (on Rails) background, it ...