Hi, Java fans in Denver! We are looking for some early adopters for a new Java-based collaboration application called Kerika. Kerika takes a new approach to...
Summary Develops, tests, and modifies applications, operating systems, database related, or other business software. Performs modifications, testing, and...
When we first started working on Kerika <http://www.kerika.com> , pretty much everyone we met urged us to build it as a .NET application. Hardly surprising,...
I am building a Security Information and Event Manager. Being a 'security' system, building it to run on the Windows platform (.Net) would be a fatal choice. I...
I have a requirement that requires secure live streaming video over the web, and there could be a large number of concurrent users. No, it's not an adult...
Calen Martin D. Legaspi
calen@...
Jul 7, 2007 10:18 am
519
Win an iPhone! Only the first 15 registrants qualify for this promotion. Use the promotion code "iPhone_jug" when registering*. $400 OFF Special ends July...
Dear All, I am a Java web developer and I've been hearing many objections in my organization to using Java. My department has been using Apache, PHP and MySQL...
If you have a bunch of PHP developers in your organization, PHP is probably a better tool. No reason to make developers dispassionate about their jobs. ;-) ...
It depends :) It depends on the developers involved, the problem that is being solved, how complex the web site or application is going to be. In all fairness,...
In case you want to try an MVC framework in PHP: http://www.cakephp.org/ . It's a lot like Ruby on Rails. Calen Calen Legaspi...
Calen Martin D. Legaspi
calen@...
Jul 15, 2007 9:56 am
524
When you are not programming in an ivory tower, you need to consider what everyone else in the organization is using. Why? Continuity, support, and...
Gooch, John
John.Gooch@...
Jul 16, 2007 2:20 pm
525
Hello there, I am trying to create a Select box using Struts2 framework. I have a list [ ] of Class "Function" objects in Java, ...that i need to display in...
Dear All, We have decided to use Apache as our front server on port 80, and tomcat on port 8080. Also, Apache supports https by listening on port 443. The...
1) If we have multiple apps in tomcat, do we have to add config lines in httpd.conf per each one or not? e.g. Yup. Two servers, apache httpd in front. You need...
Is there anyone here that is working for Lockheed? I'd like to find out some more about it, what groups are good, bad, etc. If it works out maybe you can get...
Dear All, I encountered this problem and would greatly appreciate it if you could help me solve it. I am using Struts, but stripped the Struts tags off the...
Group, I'm working on a problem that I know has been solved before, but I can't find a solution I like. I have a big tree of data that needs to be converted...
Hi Oren, Keep in mind that you are overriding the natural submission of your form. When you click a submit element, it adds it's name/value pair to the req...
You might want to look at something like XStream (http://xstream.codehaus.org/) rather than rolling your own. If it does what you need, you would save a lot...
I'm a big fan of Castor -- <http://www.castor.org/>. Think of it as "Hibernate for XML Marshalling". You can take any POJO and dump it to XML. Take any XML and...
Dear All, My web app uses Hibernate (core version 3.2.5 GA, annotations 3.2.1 I think). We have a daily restart of the MySQL server. Upon the first time a...
(Assuming this group is still active) Suppose you inherit a large code base of Java. What do you do to assist you and others in understanding it? Any special...
One thing I've heard to do is add unit tests. That way if you ever refactor you can know if it's working or if it's not after any changes. Some of the stuff...
I've done editing/validation of files in Emacs and in XMLSpy, but it'd be nice if I could do the same with Eclipse w/o switching to another app. What plug-in...
If memory serves, the XMLSpy people produce an eclipse plugin that will use the XMLSpy engine to do your editing, while still in eclipse. I've also used the...
... Sounds reasonable - you'll quickly know if something you did broke something, at which point you not only inherited it, you bought it. :) Any tools to...
Check out the Web Tools Platform (WTP) Eclipse Project. I believe the WST subproject includes a validating XML editor. http://www.eclipse.org/webtools/ WTP...
So, I found Ted's presentation last night on byte code very interesting. He had a lot of ground to cover there, so he really didn't have time for questions at...