Originally posted by Mark Herschberg:
I've met countless CS majors who won't understand the fundamentals of software engineering. All they know how to do is write code. Software engineering requires many other skills, which have nothing to do with CS.
--Mark
Originally posted by Garry Kalra:
Hi,
I, Gaurav Kalra am a Sun certified Java Programmer as well as Developer. I also have post graduate as well as graduate degree in computer science. I live in Delhi, India.
Any job opportunities will be highly appreciated.
Garry
Originally posted by vivek makode:
Hi,
has anyone used user defined html (select, form , input etc )tags in their projects?
if yes please let me know.
i am trying to develop them but am unsuccessful. i cant get to know how it is done.
please help.
thanks
vivek
Originally posted by Dharam:
Can anybody help me to find the size of the object in Java. Is there any methods to find this.
Thanks
Dharam
Originally posted by Deepa Raghuraman:
I need to keep connection presistant until client says explicitly to close.
Originally posted by Deepa Raghuraman:
hi,
Can u tell be how to upgrade HTTP1.0 to HTTP1.1?
Originally posted by vikinsa aggarwal:
Hi!,
I have developed a site which uses 100% servlet technology except a few pages in static HTML. There is no JSP at all. Please take a look at http://www.vikinsa.com and send me the comments.
Originally posted by Thomas Paul:
A statment like:
if (myShippingObject.equals(yourShippingObject))
is much clearer.
Originally posted by Thomas Paul:
3) lack of operator overloading
4) lack of pass by reference
Originally posted by Meghna Kurup:
Hi Everyone,
In our web-application, I am using a stored procedure to update 5 nos. tables, when one of the values in the parent table changes. The procedure is set as a single unit of work.
Now at any given point of time, some entity beans or the other will access the above mentioned 5 tables to retrieve data.
The question is:
Does the EJB Container ensure that the next time any of the entity beans access these tables, they all will get the latest updated data?
OR PUTTING THE QUESTIONS IN A DIFFERENT STYLE
Since the Stored procedure will modify data in multiple tables,how will the EJB Container ensure that the already instantiated entity beans based on these tables be synchronized to get latest updated data?
Please come forward and put in your valuable suggestions.
Thanx in adv.
Originally posted by Andres Gonzalez:
Yes, but I wouldn't like to set a listener. I just want to start my application, connect to the JMS server and pull the messages from it. that's it.
I tried to search the API and I found a method call receive(). I tried but it didn't retrieve any message. Does anyone know how to do it??
thanks
Originally posted by Andres Gonzalez:
Hi. I have a consumer, say andres, under a particular topic, soccer.
The question is, how do I retrieve the messages that are stored in the JMS server?
So far I've done the following.
1o.) Lookup a ConnectionFactory through JNDI
2o.) Create a connection
3o.) create a session
Now, I know the topic name is Soccer and the subscriber is andres. I've seen some code examples, but they create a subscriber using something like this
I do NOT need to create any subscriber because it is already created. I just need to start pulling the messages from the server. I'm using OpenJMS. I also know that I have to start the connection, something like this:
and use the method.
hope you guys understand :roll:
cheers