Recent IT Questions

1 - 20 of 30
<<PREVIOUS 1|2 NEXT>>

Staffing Projects

We are finding it difficult to staff our projects through the use of traditional job boards. What sources have other hiring managers found successful in identifying competent IT resources to fill Software Development and Business Analyst position to work on J2EE / open-source projects?

Answer Question   |  Apr 9 2008   5:40 PM GMT   |  asked by Pliegel
Business Analysts, Software Engineers, J2EE


Domino- Webshpere

I want to send data from Domino to Webshpere(J2EE)Can you please tell me how to do that.

Answer Question   |  Apr 7 2008   6:34 PM GMT   |  asked by Vikram Gowda
WebSphere, J2EE, Lotus Domino


JAVA and J2EE

Hi,iam currently working, i have done a basic course in c language programming and im looking forward to join java and j2ee course,problem is that the institute is offering 4 modules in java , in that d first is Core java, second is j2ee, third is High End j2ee Technologies and fourth is Contents...

View Answer   |  Nov 28 2007   11:10 AM GMT   |  asked by Niyaz
Java, Java training, J2EE


programming using c#,winforms and visual studio.

i cant think of what to write in this part of the code so that the password character is " * " when the user enters his/her password.pliz help private void txtPassword_TextChanged(object sender, EventArgs e) { char Password =GetStyle ("*"); txtPassword.Focus(); ...

View Answer   |  Jul 29 2007   7:29 AM GMT   |  asked by drsingh
Programming Languages, ASP, ASP.NET


Data Center Builds

Does anyone have any ideas on how to get involved with build outs for data centers from a telecom perspective. My company is looking for opportunities to build out our network but I need to be able to present them with the scenario. I realize this might sound like a "sales" message or...

View Answer   |  Jan 9 2007   4:48 PM GMT   |  asked by lejoneric
Budgeting, Business/IT alignment, Compliance


Application server SW and HD in SOHO

I am looking for advice and guidance. What kind of hardware I will need? What kind of software technologies should I start looking in to? What software packages are most relevant to what I am looking for?(I am not an IT professional and not in IT related business! )I am looking to learn HOW TO and...

View Answer   |  Oct 21 2006   1:26 PM GMT   |  asked by dadara
Servers, Microsoft .NET, Java


Data not uploading from Java/JCO to SAP tables

Hi,I am trying to upload some data into the SAP tables using JCO and Java. The data is getting uploaded successfully into a SAP structure from which it is supposed to be moved into a SAP master table (I am assuming this as successful as after updating the data into the structure I am able to read...

View Answer   |  Aug 21 2006   4:22 PM GMT   |  asked by lala1234
SAP, ABAP, Development


What is the location of servlets?

I have not been successful in executing a servlet whose physical location is C:MyWorkMyProjectclassesmyServlet.class. In the jsp file I have <form action="../classes.myServlet" method="post">. But, when I run the project within JDeveloper and when tried to execute the servlet, I get "The...

View Answer   |  Jun 20 2006   9:15 AM GMT   |  asked by okemos
Oracle Business Applications, Development, HTML


Data Warehousing Vs. Java/J2EE

Hi,The motive behind this question is to make the better decision for my career. I have to choose either Data Warehousing and Java/J2EE.Following are the details about my career:Work Experience: 3 YearsSkills: Java/J2EE and Oracle (Equally good in both Technologies)Good at programming and possess...

View Answer   |  Feb 3 2006   8:26 AM GMT   |  asked by viswanatharaju
Data warehousing applications, Oracle, J2EE


Developer to Data Architect

Hi,I am currently working in Java/J2EE technologies and Oracle Technologies. I have very good knowledge of Oracle (SQL, PL/SQL and Performance Tuning). I want to tune my career as a Data Architect in the current Application.Please, guide me in this aspect.Regards,Viswanath

View Answer   |  Jan 19 2006   10:33 PM GMT   |  asked by viswanatharaju
Oracle, Development, Lifecycle development


Question about a frequently changing column as primary key

Thank you for taking take to read my question.We have a live J2EE application using Oracle 8i. Now we are doing v2 to add some modules. We found it has a frequently changing column (status_code) as part of the composite primary keys in some major tables. We know it can cause future proformance...

View Answer   |  Nov 2 2005   9:27 AM GMT   |  asked by paulachen
Data analysis, Oracle, Ecommerce applications


tutorials-2

hi all.i have sent before a message about this subject but i didnt really had real replies that helped me.i am searching of tutorials of programming (delphi, linux, perl, python, c#, java ......)i have search in google, altavista, westciv, whatis, w3school,...So if anyone now how to get pdf files...

View Answer   |  Sep 5 2005   3:06 AM GMT   |  asked by mmm555
Career development, Certifications, Training


tutorials

hi all.i wanted to ask if anyone knows any sites where i can download free ebooks or free tutorials.thx.

View Answer   |  Sep 1 2005   3:39 PM GMT   |  asked by mmm555
Linux, MySQL, Enterprise Desktop


Java Messaging Question

Hi,I attended one interview now and I am unable to answer one question, actually the question was on the Java messaging,if we send some message to say MQ Series Queue and If the MQ series server is down, how do we can handle resending message, it should be simple but since i didn't work in...

View Answer   |  Jul 20 2005   12:31 AM GMT   |  asked by skmraj
Tech support, Development, Lifecycle development


SAP JCo-Queries-2

Hi,Im new to SAP.Im using SAP JCo to access SAP tables from my Java Project.Can u tell me whether I have to write queries for accessing specific fields of specific tables of SAP jst like any other database?If yes can u explain the steps to achieve the same.If no then how does JCO achieve the...

View Answer   |  Jun 29 2005   2:34 AM GMT   |  asked by shrividhyan
ERP, MySAP, NetWeaver


Looking for a new start

Hi! I am a long time AS400 programmer. Because, of the lack of marketing for the AS400--the job opportunities have plumitted. I would like to revamp me career--but, don't know what direction to go. Can someone stir me in the right direction?

View Answer   |  Jun 6 2005   11:33 AM GMT   |  asked by Openanewdoor
Career development, J2EE, RPG


Calling External Procedure from Java Web based Application

Below given is a procedure to access a CL Program in iSeries from a Java web based program.create procedure libxxx/proc_name LANGUAGE CL FENCED EXTERNAL NAME 'libxxx/clprogram' PARAMETER STYLE GENERALThe external CL program has other calls...

View Answer   |  May 26 2005   5:09 PM GMT   |  asked by TOKNOWIT
IBM, IBM WebSphere, J2EE


Connecting through a lotus notes database through JAVA’s urlconnection

Hi,I was wondering when I connect to a lotus notes database through java's url connection like this one, where the target is a redirect target..http://.......gbp.nsf/agWebLAL?OpenAgent&UNID=A9D19EDE65447DF5C1256F2000465E87&Source=Customer%20PortalThis connects to a file in the database, and I was...

View Answer   |  May 10 2005   4:23 AM GMT   |  asked by nayajd
J2EE, Java, Lotus Domino


CLOB - Fetch out of sequence

I am inserting into a table which has a CLOB field. I insert a blank_clob and then try and retrieve the clob field again directly after insert. When I execute the select to retrieve the CLOB field I am getting ORA-01002: fetch out of sequence. The query looks like:select XML_DATA from XML_TABLE...

View Answer   |  Mar 3 2005   10:48 AM GMT   |  asked by GinaOL
Database Management Systems, Oracle, Oracle 10g


Training- SCOOP Inc.

I'm thinking of taking some training from SCOOP Inc. They offer iSeries training (Java, SQL, RPG etc.). Have any of you taken training from them? If so what did you think? Pros? Cons? Would you recommend them? Let me know. Thanks!

View Answer   |  Mar 1 2005   2:11 PM GMT   |  asked by dantheband
Services, J2EE, JavaScript


1 - 20 of 30
<<PREVIOUS 1|2 NEXT>>