• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Haw to make and insert bot in jabber chat?

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I 've install openfire and clients adium,sparks on local host. Task -to make simple bot.I dont know haw to set bot with server, database(MySQL), links in Java code.  
 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A few different questions if I may:
  • What do you mean by bot, as this can mean different things to different people?
  • You mentioned MySQL, do you have a MySQL server available?
  • If you do have a MySQL server available are you able to connect to that server and return data using Java?
  • I would suspect that you would need to use one or more of the Java networking libraries. Do you have any experience with them?

  • Here is some information to help get you started with Java networking https://docs.oracle.com/javase/8/docs/technotes/guides/net/index.html
    Here is some information to help get you started with Java databases https://docs.oracle.com/javase/tutorial/jdbc/index.html
    Here is some information to help get you started with MySQL (not limited/related to Java) https://dev.mysql.com/doc/refman/5.7/en/tutorial.html

    This could very well be a more advanced project, do you have a deadline for the completion of this?
     
    That new kid is a freak. Show him this tiny ad:
    a bit of art, as a gift, the permaculture playing cards
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic