Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DPisarev

    C, cross-platform portability and standards

    Thanks, xwb, I appreciate the comment about C++.
  2. DPisarev

    C, cross-platform portability and standards

    Thanks a lot, Salem! Good food for thought. Dmitri.
  3. DPisarev

    C, cross-platform portability and standards

    Respected gurus, I have a rather theoretical series of questions. I've been dabbling with C over the years but have finally come to the point where I need to resolve some fundamental questions... (It may help you to know that I come from the Java world.) 1) From what I understand, it is...
  4. DPisarev

    Encrypting webserver-2-MySQL traffic?

    Ingresman, Yeah, this application is for a small business, so scalability is not an issue. Thanks, all, for your insightful comments! D. P.
  5. DPisarev

    Encrypting webserver-2-MySQL traffic?

    Does anyone have an opinion on embedded databases? Since they reside in the application server itself, it doesn't appear that traffic encryption issues are applicable here at all, no? D. P.
  6. DPisarev

    Encrypting webserver-2-MySQL traffic?

    Ingresman, Interesting, but seems to be even more trouble than STunnel... Hmm. I wonder if there are any good (=free+functional) alternatives to MySQL that don't require you to compile anything to get traffic encryption and for which there are hopefully some JDBC drivers? D. P.
  7. DPisarev

    Encrypting webserver-2-MySQL traffic?

    Cdlvj, I did. They give a procedure for setting up STunnel but don't answer the more philosophical questions I had in mind (#5 & #6)... D.P.
  8. DPisarev

    Dealing with object versions

    Chip, Well, I was under the impression that my EJB's would be mapped to database rows *transparently*. That is to say, as the coder I would only manipulate Java objects (EJB's) and would not see how they are stored in the database. So, if I could access all of my data through the EJBs, I...
  9. DPisarev

    Encrypting webserver-2-MySQL traffic?

    Cdlvj, Yes, I've seen that page. It talks about how to install OpenSSL -- something that is a pain in its present form, since OpenSSL also needs to be compiled first (cf. my paragraph #3)... D. P.
  10. DPisarev

    Dealing with object versions

    Sedj, You understood me perfectly. I just wanted to see if messing with J2EE was worth it at all before taking the plunge. But now that I'm leaning toward using it anyhow, I guess your suggestion to just give it a try makes the best sense. If anyone wants to share more thoughts on the topic...
  11. DPisarev

    Dealing with object versions

    Thanks for the reply, Chip; it is getting interesting! Yet modifying DB tables directly sounds to me like getting slightly too deep "under the hood": it's easy to introduce a change into your tables that the app will fail to recognize properly afterwards... I wonder if it would instead be a...
  12. DPisarev

    Encrypting webserver-2-MySQL traffic?

    Can anyone provide any more answers? Thanks in advance, Dmitri.
  13. DPisarev

    Dealing with object versions

    Chip, Dian, thanks for your input. But I still wonder what is the typical way to migrate data between different versions of an EJB application in the real world? I don't suppose re-entering all the data is a favorite with people? Or maybe it is but they just have a very nifty way of automating...
  14. DPisarev

    Dealing with object versions

    Thanks for your replies, guys. Let me provide the clarifications you're asking for. What J2EE technology/API do I intend to use? I was thinking about EJBs. I know that to the programmer EJBs look more or less like normal Java objects but store their fields in the rows of a back-end database...
  15. DPisarev

    Encrypting webserver-2-MySQL traffic?

    Thanks, Eric, I suppose this answers my question #5. I only wonder if there's any *guarantee* on the TCP/IP, hardware or some other level that says that traffic between different ports on the same machine won't leave the box? I'm not sure if the second part of your answer referred to my...
  16. DPisarev

    Dealing with object versions

    Hi, all, Investigating the feasibility of the J2EE platform for my needs, I have come upon this theoretical question. Suppose I write and deploy my J2EE application but then there arises the need for me to change the attributes of some object in it. For example, suppose my app has a certain...
  17. DPisarev

    Encrypting webserver-2-MySQL traffic?

    Hi, all, I've got quite a few questions, so I'll number them to make sure none of them get lost. I've been looking for answers to these questions on and off for about a month now but couldn't find any satisfactory information through seach engines or various forum archives, so I guess I'll...
  18. DPisarev

    Secure MySQL connection from PHP script?

    Thanks for the link, Eric. Now I believe it is indeed what I was looking for.
  19. DPisarev

    Secure MySQL connection from PHP script?

    Hmm. Well, thanks anyway for the pointers you've given, Eric. Does anyone else know how to encrypt PHP-to-MySQL traffic, in real life terms? Dmitri.
  20. DPisarev

    Secure MySQL connection from PHP script?

    Are there any function calls in PHP one can use to programmatically ensure SSL is used?

Part and Inventory Search

Back
Top