Welcome to the RaGEZONE - MMORPG development forums.

Thunderstorm [Java][Hibernate][Netty]

This is a discussion on Thunderstorm [Java][Hibernate][Netty] within the Habbo Development forums, part of the Habbo Hotel category; Basically, I've been working on an emulator over the past month or two, just as a little side thing to ...

Page 1 of 11 123456789 ... LastLast
Results 1 to 15 of 157
  1. #1
    Alpha Member
    Rank
    Alpha Member
    Join Date
    May 2011
    Location
    London
    Posts
    1,537
    Liked
    386
    PSN ID: clardes Steam ID: adilol997

    Thunderstorm [Java][Hibernate][Netty]

    Click
    Basically, I've been working on an emulator over the past month or two, just as a little side thing to keep me occupied. It's a stableish server at the moment, although no features have been added.
    Features
    -MySQL pooling with BoneCP
    -Netty I/O
    -Properties (of course)
    -Quick(?) loading times

    It's a project that spawned from a dead emulator, called XMR. That go out of hand and just isn't clean at all. This is a rebase off it, but cleaner and more stable.

    This is a learning project, to get to grips with Netty and habbo emulation.
    Tren (vLife) will also be working on this soon.

    More stuff

    HSQLDB is being looked into.

    Emulator running, 851ms boot for pooling and network

    Project changed to Tea
    https://github.com/Jinz0/tea

    Features:
    -BoneCP
    -DataNucleus (coming soon)?
    -Netty
    -Properties & logging
    -MySQL
    Last edited by Caustik; 20-02-12 at 09:34 PM.

  2. #2
    ex visor
    Rank
    Gamma
    Join Date
    May 2007
    Location
    Mount Clemens
    Posts
    4,575
    Liked
    996
    Gamertag: aarontheb0ss

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Approved!

    Good luck with this mate. I'm excited for ya.
    I'm wanting to to learn C# so I can start an emulator myself. =P
    James likes this.

  3. #3
    Alpha Member
    Rank
    Alpha Member
    Join Date
    Oct 2011
    Location
    New York
    Posts
    2,126
    Liked
    489
    Gamertag: DannyRunsNYC

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    A Java emu ! Good luck on this, hope it becomes complete.
    Thanks, Facebook


    Rest In Peace, To my dog Sparky. Never forgotten <3

    Skype: Danny.runsnyc

    msn: dannyrunsnyc@hotmail.com

  4. #4
    Developer
    Rank
    Alpha Member
    Join Date
    Apr 2007
    Location
    Havana, Cuba
    Posts
    2,141
    Liked
    1095
    Gamertag: j0nteh

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Yet another java development in the section, I hope this one will be released..
    If you need a really good host with great support....

  5. #5
    Alpha Member
    Rank
    Alpha Member
    Join Date
    May 2011
    Location
    London
    Posts
    1,537
    Liked
    386
    PSN ID: clardes Steam ID: adilol997

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Looking into using DataNucleus or Hibernate for persistence :)
    Anyway, when I get home from school I'll work on finishing messages and try and start on the habbo stuff
    Posted via Mobile Device

  6. #6
    Now 35% cooler!
    Rank
    Subscriber
    Join Date
    Oct 2008
    Location
    C:/
    Posts
    2,327
    Liked
    462
    Gamertag: The Livar

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Already showed us some screens, looks nice. Good-luck dilz'.

  7. #7
    Heat of the Moment!
    Rank
    Alpha Member
    Join Date
    Dec 2010
    Location
    Essos
    Posts
    2,309
    Liked
    1521

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    You seriously need to indent your code or use some sort of formatter. I don't see why you don't use Eclipse, it has it's own from of Microsoft's IntelliSense.

    Anyway good luck with your Java emulator, hopefully we see some game shots in this development!

  8. #8
    Brand spanking new!
    Rank
    Banned
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    2,492
    Liked
    480
    Gamertag: Nova Streak

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    I like Java, because it is a multi system language, so it'll work on PC and Mac. I wish you luck with this project, and I hope it gets finished!

  9. #9
    Goodcat.
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    United Kingdom
    Posts
    1,410
    Liked
    532

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Quote Originally Posted by Quackster View Post
    You seriously need to indent your code or use some sort of formatter. I don't see why you don't use Eclipse, it has it's own from of Microsoft's IntelliSense.

    Anyway good luck with your Java emulator, hopefully we see some game shots in this development!
    NetBeans auto indents, it's just the way he's done it...

  10. #10
    Heat of the Moment!
    Rank
    Alpha Member
    Join Date
    Dec 2010
    Location
    Essos
    Posts
    2,309
    Liked
    1521

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Quote Originally Posted by ησвяαιη View Post
    NetBeans auto indents, it's just the way he's done it...
    Eclipse's IntelliSense makes his job much easier when coding such as typing a class name and it auto creates one with you choosing what package it goes into, etc. It also has quick ways of putting in generic code as well.

  11. #11
    Alpha Member
    Rank
    Alpha Member
    Join Date
    May 2011
    Location
    London
    Posts
    1,537
    Liked
    386
    PSN ID: clardes Steam ID: adilol997

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Quote Originally Posted by Quackster View Post
    Eclipse's IntelliSense makes his job much easier when coding such as typing a class name and it auto creates one with you choosing what package it goes into, etc. It also has quick ways of putting in generic code as well.
    Not a big fan of Eclipse, had problems with it before.

  12. #12
    Alpha Member
    Rank
    Alpha Member
    Join Date
    Oct 2008
    Location
    Sussex
    Posts
    2,184
    Liked
    352

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Looks awesome to me, good luck with this and keep us informed.
    Roper likes this.

  13. #13
    Alpha Member
    Rank
    Alpha Member
    Join Date
    May 2011
    Location
    London
    Posts
    1,537
    Liked
    386
    PSN ID: clardes Steam ID: adilol997

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Debating on whether to use MongoDB with DataNucleus, or MySQL with DataNucleus.
    Mongo - Pros
    • De-centralized storage
    • No schema
    • No real structure
    • Performs fast


    Mongo - Cons
    • Optional password and username - security issues
    • NoSQL means no schema, which is hard to grasp
    • Not everyone is running it


    Expect some updates soon on the persistence issue.
    ~Adil

  14. #14
    Goldenshox
    Rank
    Moderator
    Join Date
    Jan 2007
    Location
    Tupelo, Mississ
    Posts
    1,774
    Liked
    604
    Gamertag: HAHA SUX PSN ID: GoldenShox

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]

    Good luck on the project man! If you need any help just hit me up

  15. #15
    Alpha Member
    Rank
    Alpha Member
    Join Date
    May 2011
    Location
    London
    Posts
    1,537
    Liked
    386
    PSN ID: clardes Steam ID: adilol997

    Re: jEMU - jokerEMU [v1][Java][Netty & BoneCP]


    Number is used to benchmark (in milliseconds).

    With Mongo:


    As you can see, there is a speed difference. Anyway, I'm going somewhere soon, will push to git before that.

 

 
Page 1 of 11 123456789 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •