Brian

2,231
Reputation
334 views

Registered User

Name Brian
Member for 1 year
Seen yesterday
Website
Location New York
Age 38
Currently specializing in Java enterprise software architecture and application development on the Oracle platform. In-depth experience in several application development programming models and extensive knowledge of the software development life cycle.
2d
answered OJB / Oracle XE sql debug-display problem
Nov
12
revised OC4J orion-application.xml - elements and attributes mapped to deployment plan properties
fixed disappearing text
Nov
10
answered OC4J orion-application.xml - elements and attributes mapped to deployment plan properties
Nov
10
comment Why is eclipse trying to copy my .svn folders from src to bin, and how can I make it stop?
Is this helpful? stackoverflow.com/questions/225375/…
Nov
6
answered How to drop all user tables?
Nov
2
accepted iBatis mapping for oracle cursor
Nov
2
answered iBatis mapping for oracle cursor
Oct
28
revised Can I use a single war file in multiple environments? Should I?
added 128 characters in body; added 3 characters in body
Oct
28
answered Can I use a single war file in multiple environments? Should I?
Oct
22
revised How do I unlock an Oracle user’s account from Java?
added 41 characters in body
Oct
22
answered How do I unlock an Oracle user’s account from Java?
Oct
20
revised web.xml servlet mapping for wildcard requests
added 2 characters in body
Oct
18
awarded  Popular Question
Oct
16
answered How to answer what are your strengths and what are your weakness question during Interview ?
Oct
16
comment Hibernate is rounding my double ?
You haven't really given enough details on the hibernate side. The mapping can specify precision and scale. for example: <property name="amount" precision="12" scale="2"/>
Oct
12
awarded  Popular Question
Sep
28
answered web.xml servlet mapping for wildcard requests
Sep
16
revised Choosing a technology stack for a small ‘budget conscious’ business
removed duplicate word
Sep
4
answered Get a list of dates between two dates using a function
Aug
29
comment java basics static method
When learning java, one of your first encounters with static concepts is the use of System.out.println(). It is an interesting bit of code, in particular System and System.out; let alone the implementations of println().
Aug
29
accepted How can I receive Windows filesystem events in Java?
Aug
26
comment Returning CSV file from Servlet using ServletOutputStream over HTTPS in Internet Explorer
Agreed & thanks for the follow-up. Another post-processing product "Oracle Web Cache" was adding the headers. I had to work with the server group in charge to prevent Oracle Web Cache from applying those header values.
Aug
12
answered Getting total number of records while fetching limited set - Oracle
Aug
9
awarded  Yearling
Aug
8
accepted Passing date parameters to Oracle Query in SSRS
Aug
6
accepted “Cursor is closed” error - when trying to execute an Oracle SP using JDBC
Aug
6
answered “Cursor is closed” error - when trying to execute an Oracle SP using JDBC
Aug
5
comment ResultSet.getBlob() Exception
The single jar files are ojdbc5.jar (JDK 5) or ojdbc6.jar (JDK 6).
Aug
5
answered Passing date parameters to Oracle Query in SSRS
Jul
28
revised Is there anyway to disable the client-side validation for dojo date text box?
edited tags
Jul
27
revised What is an effective way to track, identify and report every ‘error message’ raised by your application?
edited title; added 74 characters in body
Jul
25
answered Java secure session
Jul
24
accepted Java library to check whether a String contains a number *without* exceptions
Jul
23
awarded  Popular Question
Jul
22
answered Java library to check whether a String contains a number *without* exceptions
Jul
21
answered How can I receive Windows filesystem events in Java?
Jul
21
answered Can i regenerate my own session id in servlet?
Jul
18
answered What should the penalty/response for missing a deadline be?
Jul
18
answered Copying files from one directory to another in Java
Jul
17
accepted How do I unit test this PL/SQL procedure? (using utplsql)
Jul
15
answered How do I unit test this PL/SQL procedure? (using utplsql)
Jul
15
awarded  Civic Duty
Jul
15
comment How would you code this: The SO Announcement bar
I would think the more interesting code is not the client side code; but rather the approach to communicating the fact that the 'teacher badge' has been earned.
Jul
13
comment Just how free is Adobe Flex exactly?
Adobe Flex Builder looks to be in the $200 range. amazon.com/Adobe-38044406-Flex-Builder-3-0/dp/…
Jul
10
revised Does the Internet explorer web developer toolbar work with popups?
fix tags
Jul
10
comment What is the difference between a hash join and a merge join (Oracle RDMBS )?
download.oracle.com/docs/cd/…
Jul
9
revised How to change an executable’s properties? (Windows)
edited tags
Jul
9
comment What is an elegant way to return a readable ‘file size’ of a file stored in an oracle blob column using SQL?
I should have emphasized the 'readable' part. I ended up using a WITH clause to establish my constants and then arbitrarily decided that KB and MB variations would be sufficient for my immediate one report need.
Jul
9
revised Is there a more elegant way to convert an XML Document to a String in Java than this code?
edited title
Jul
7
answered How to best split csv strings in oracle 9i