First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
java.sql.Timestamp: Bug or...
Hi there, I've noticed some strange problems in my app...after few hours of debugging I found out that problems are in java.sql.Timestamp... Please, if you have spare time, could you look at the following code and test it with some dates?: public static Timestamp toSqlTimestamp(String date, String fmt) throw... 5 Jul 2010 13:17
jsf big form
I want to dynamically create a large form in JSF, looking something like this which will have at least 200 rows. COL1 COL2 COL3 ROWNAME inputText inputText inputText . . . . ... 6 Jul 2010 16:40
Web Service Security
Hi I create a Web Service using the regis Security WS-Security, in particular X.509 certificate, can someone help? The web services Nonda eve do nothing special is good too sum of two numbers is just a demo to show operation of WS-Security X.509. Somebody help me? ... 2 Jul 2010 07:59
Loopholes in java Encapsulation ?
Hi, Consider the code snippet below: public Class A{ private int i = 10; public void execute(A anotherInst){ anotherInst.i = 20; } } We are able to access the private variable i of another instance of A. Why should this be allowed? ... 4 Jul 2010 06:51
Looking things up by string prefix
Hi all, I want to store some things, each filed under a string key. I then want to look those things up with other strings, finding the thing whose key is the longest available prefix of the lookup string. So, if i store: /products -> foo /products/fruit -> bar Then lookups go like: /products/furnit... 4 Jul 2010 16:38
Nimbus JTabbedPane shuffles tabs
I'd like to over-ride Nimbus JTabbedPane behavior of shuffling the tabs. I want every tab to stay where it is, and not to shuffle when a tab is selected. This is on Windows. I want each tabs to "stay put" and not have tabs reorient themselves when a tab is selected. Could someone put me on the right track of... 4 Jul 2010 08:59
Urgent Openings: 1.GIS Web Developer(.Net), 2.Business System Analyst, Austin, TX., 3.Maximo positions
Hi All, We have some Urgent Requirements, please find the Job Specifications given, send matching profile with rate, current location and Contact details ASAP to my official ID : isaac(a)preludesys.com Thanks and regards, Isaac Direct 213.233.3576 Office 213.233.3907 isaac(a)preludesys.com www.preludes... 1 Jul 2010 12:11
Hibernate @PrePersist
Hello, I want to tinitialize my objetc using the @PrePersist annotations. Lets say i have an Entiy user: @Entity @Table(name = "USERS") Public Class User { @Id @GeneratedValue(strategy=GenerationType.AUTO) @Column(name = "ID", unique = true, nullable = false) private Integer id; @Column(nam... 1 Jul 2010 16:41
Eclipse 3.5.1: "Open Project" dialog pops up when I open a certain class in the Visual Editor
Anyone else seeing this? It happens when I open the class, and it happens again every time the Visual Editor display is refreshed. This started yesterday. The last thing I did to the class was add a JLabel and a JTextField. Before that, it wasn't happening at all. -- Steve Sobol, Victorville, California, ... 1 Jul 2010 01:16
Date Formats in Excel using POI
I am writing an app where I am simply moving cells from one excel file to another. The problem is I need to keep the date formats exactly as they appear in the original. For example "9/12/2005" != "09/12/2005". These dates are not in a consistent format as well. How can I transfer the formats. ... 2 Jul 2010 20:09
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25