Java Libraries

"You may think: oh no, not one of those Java bashing discussions again. And you are absolutely right. How stupid those “I do not like Java” programmers have to be to claim that Java is dead? Let us bring them back down to earth a bit"

 

Read the whole article here

yanai 16/11/2009 - 21:07

Hi,

 

I invite you to disscuss that topic , please provide you input and comments.

 

My questions:

 

1.

Why java is relatively outsider in matters of small-businesses and e-commerce?

Except historical reasons, what reasons would you list?

 

2.

What conditions should we have(endorse) to bring java more closely to e-commerce?

I mean both: technological and business ideas and conditions.

 

3.

Where are the STRONG sides of java in e-commerce in comparison to PHP, .Net, etc?

 

4.

What good java e-commerce applications, solutions would you recommend?

 

5.

What bad examples of java and e-commerce, that you experienced? Please, elaborate.

 

6. Say whatever you think matters.

 

 

Thanks a lot!!!

 

 

peterk 24/09/2009 - 14:32

I need to initialize a property of a class , which contains a path to a folder.

I used this property within the default constructor of the class.

it seems that Spring does not initialize this property before it executes the constructor, thus i get a crash with NullPointerException.

 

Alternatively i need to get a relative path to that Sprin bean, which runs under Tomcat. Had this been a Servlet, there would be no problem to get relative path. But how do i achieve same result with Spring ?

 

tigor 08/06/2009 - 16:25
Twilio provides infrastructure APIs for businesses to build scalable, reliable voice and text messaging applications. Using Twilio you can:
·      Make and receive phone calls - build applications that use the phone network to interact with people on landlines and cell phones all over the world. In just a few lines of code, you'll have phones ringing
hanan 20/01/2012 - 09:42

The site benchmarks several serialization libraries available for the JVM.

 

http://code.google.com/p/thrift-protobuf-compare/wiki/Benchmarking

 

 

ittayd 22/11/2009 - 10:42

Thread Weaver is a test framework that gives a control over thread execution, which is important if you want to test race conditions and such. I haven't tried it, it it looks nice from the "outside" - here is their wiki. Will be glad to get a feedback from users.

Itsu Tamam 14/11/2009 - 04:27

Almost in every project I participated in I run http://findbugs.sourceforge.net/ on the code base and found it to be extremely helpful.

 

It has an Eclipse plug in, it can run standalone or using JNLP on the browser.

 

Only yesterday i used it to confirm that a suspicious class has an indirect reference to a non serializable class and hence itself is not serilaizable.

 

Highly recommended,

shlomo 22/10/2009 - 11:37

Hi,

One of our customers needs a "license product" which can support his own product distribution. This third party "license product" can help him define the licese through configuration - i.e. 30 days free trial and then add a key for an eternal license, limit number of users etc.

The customer product server iis a Java based with JBoss AS, and is based on Spring / Hibernate. The client is Web based (provide both UI and SOAP Web Services)

 

Do you know/recommend about any open-source/commercial product which can be used "out of the box" with some configurations for it ?

yanai 06/10/2009 - 20:01

Some web applications require interaction with mobile devices. A key ingredient when writing such application for mobile devices is figuring out which device "talks" with our server, serve it with best fit markup, and make correct business-logic decisions (i.e. send the correct video format, setup package, etc.)

 

There are several tools that help us to cope with these challenges, all of them are built on top of a database (mostly XML files) which contains a mapping between devices and User Agents.

 

Itsu Tamam 25/08/2009 - 07:32

Did anybody tried this ?

I have configured the Log4j to write to Syslog. Syslog service is up and running, but nothing is printed into syslog.

Here is my log4j.xml

tigor 16/08/2009 - 11:36
Syndicate content