Thunderstorm [Java][Hibernate][Netty]

Page 10 of 11 FirstFirst ... 234567891011 LastLast
Results 136 to 150 of 157
  1. #136
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    I've hardly touched the source (exams, and I have letters to prove it). I also have one next week so yeah.

  2. #137
    Alpha Member Zak© is offline
    MemberRank
    Oct 2007 Join Date
    2,693Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    Lol no need to prove, i have a mate in Year 11, his got GCSE's too.

    So chill out and revise!

  3. #138
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    ^-Year 10
    I do plan on sitting down and getting some stuff working, but I can't find time.
    I'll put up a git soon and start some stuff today

  4. #139
    Alpha Member Zak© is offline
    MemberRank
    Oct 2007 Join Date
    2,693Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    Ah yeah, not like the back days Year 10 do em now too, i think it's wrong lol, too much pressure for year 10's.

  5. #140
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    Bump.
    Rewrote most of the base framework, and I'm using hibernate annotations instead of your bog standard setup people use with XML. Got it to start accepting connections (finally) but message parsing and handling isn't working (dunno why), will try fix that soon. Development won't be particularly fast (next two weeks are going to be pretty important for me) so I'll try update as much as I can. I've decided to go with V7 and I may write up a basic web system in rails for account management and stuff.

    Having some issues after rewriting my decoder and encoder, probably to do with message receiving and handling. Will fix when I get home.

    For those that are interested;
    https://github.com/Jinz0/Thunderstorm

  6. #141
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,479Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    Is this new name inspired by Thor?

  7. #142
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    Quote Originally Posted by Quackster View Post
    Is this new name inspired by Thor?
    Not necessarily :P
    Anyway, still having issues with receiving data, will look into it soon.

  8. #143
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    I think the data isn't being read correctly into a buffer, but I'm not sure (help here is appreciated). I think my decoder is the source of the problems.

  9. #144
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    Ok so reverted back to the raw byte protocol, going to setup a basic client so i can test it out (errors with v7 were confusing me)

    Data is being sent!!!! (still on v7 client for testing purposes (to see if it can handle and send data)
    Spoiler:

    Code:
    _____ _  _ _  _ __  _ __  ___ ___   __ _____ __  ___ __ __  
    |_   _| || | || |  \| | _\| __| _ \/' _/_   _/__\| _ \  V  | 
      | | | >< | \/ | | ' | v | _|| v /`._`. | || \/ | v / \_/ | 
      |_| |_||_|\__/|_|\__|__/|___|_|_\|___/ |_| \__/|_|_\_| |_|
    COPYRIGHT (C) 2012 ADIL HAFEEZ
    09-Jun-2012 || 22:16:55 [INFO] (adil.thunderstorm.util.Configuration) -- Configuration added
    09-Jun-2012 || 22:16:55 [INFO] (adil.thunderstorm.Bootstrap) -- Attemtping to setup Hibernate
    09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.annotations.common.Version) -- Hibernate Commons Annotations 3.2.0.Final
    09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Environment) -- Hibernate 3.6.0.Final
    09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Environment) -- hibernate.properties not found
    09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Environment) -- Bytecode provider name : javassist
    09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Environment) -- using JDK 1.4 java.sql.Timestamp handling
    09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Configuration) -- configuring from resource: /hibernate.cfg.xml
    09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Configuration) -- Configuration resource: /hibernate.cfg.xml
    09-Jun-2012 || 22:16:55 [WARN] (org.hibernate.util.DTDEntityResolver) -- recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
    09-Jun-2012 || 22:16:55 [INFO] (org.hibernate.cfg.Configuration) -- Configured SessionFactory: null
    09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.cfg.AnnotationBinder) -- Binding entity from annotated class: adil.thunderstorm.habbo.user.Habbo
    09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.cfg.annotations.EntityBinder) -- Bind entity adil.thunderstorm.habbo.user.Habbo on table users
    09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.cfg.Configuration) -- Hibernate Validator not found: ignoring
    09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.cfg.search.HibernateSearchEventListenerRegister) -- Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
    09-Jun-2012 || 22:16:56 [INFO] (org.hibernate.connection.ConnectionProviderFactory) -- Initializing connection provider: com.jolbox.bonecp.provider.BoneCPConnectionProvider
    09-Jun-2012 || 22:16:56 [DEBUG] (com.jolbox.bonecp.provider.BoneCPConnectionProvider) -- JDBC URL = jdbc:mysql://127.0.0.1/thunderstorm, Username = root, partitions = 3, max (per partition) = 60, min (per partition) = 20, helper threads = 3, idle max age = 240 min, idle test period = 240 min
    09-Jun-2012 || 22:16:57 [INFO] (org.hibernate.cfg.SettingsFactory) -- Database ->
           name : MySQL
        version : 5.5.16
          major : 5
          minor : 5
    09-Jun-2012 || 22:16:57 [INFO] (org.hibernate.cfg.SettingsFactory) -- Driver ->
           name : MySQL-AB JDBC Driver
        version : mysql-connector-java-5.1.18 ( Revision: tonci.grgin@oracle.com-20110930151701-jfj14ddfq48ifkfq )
          major : 5
          minor : 1
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.dialect.Dialect) -- Using dialect: org.hibernate.dialect.MySQLDialect
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.transaction.TransactionFactoryFactory) -- Using default transaction strategy (direct JDBC transactions)
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.transaction.TransactionManagerLookupFactory) -- No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Automatic flush during beforeCompletion(): disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Automatic session close at end of transaction: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- JDBC batch size: 15
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- JDBC batch updates for versioned data: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Scrollable result sets: enabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- JDBC3 getGeneratedKeys(): enabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Connection release mode: auto
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Maximum outer join fetch depth: 2
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Default batch fetch size: 1
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Generate SQL with comments: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Order SQL updates by primary key: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Order SQL inserts for batching: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.hql.ast.ASTQueryTranslatorFactory) -- Using ASTQueryTranslatorFactory
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Query language substitutions: {}
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- JPA-QL strict compliance: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Second-level cache: enabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Query cache: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Optimize cache for minimal puts: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Structured second-level cache entries: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Statistics: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Deleted entity synthetic identifier rollback: disabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Default entity-mode: pojo
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Named query checking : enabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.cfg.SettingsFactory) -- Check Nullability in Core (should be disabled when Bean Validation is on): enabled
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.impl.SessionFactoryImpl) -- building session factory
    09-Jun-2012 || 22:16:58 [INFO] (org.hibernate.impl.SessionFactoryObjectFactory) -- Not binding factory to JNDI, no JNDI name configured
    09-Jun-2012 || 22:16:58 [INFO] (adil.thunderstorm.Bootstrap) -- Annotations configured & Hibernate initialised
    09-Jun-2012 || 22:16:59 [DEBUG] (adil.thunderstorm.Bootstrap) -- Setting up network bootstrap..
    09-Jun-2012 || 22:16:59 [DEBUG] (adil.thunderstorm.Bootstrap) -- Binding to port -> 90
    09-Jun-2012 || 22:16:59 [INFO] (adil.thunderstorm.Bootstrap) -- Server bound on port -> 90
    09-Jun-2012 || 22:17:32 [DEBUG] (adil.thunderstorm.network.codec.Encoder) -- Message sent #data ->  to client #address ->/127.0.0.1:57465
    09-Jun-2012 || 22:17:32 [INFO] (adil.thunderstorm.network.ChannelHandler) -- Added session from /127.0.0.1:57465
    Last edited by Caustik; 09-06-12 at 11:18 PM.

  10. #145
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    PHP or rails for the cms?

  11. #146
    ส็็็็็็็ Bloodraven is offline
    MemberRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    Quote Originally Posted by Caustik View Post
    PHP or rails for the cms?
    PHP in my opinion, Much more main stream.

  12. #147
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    Quote Originally Posted by zJordan View Post
    PHP in my opinion, Much more main stream.
    Rails is pretty mainstream too :P.

  13. #148
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    Quote Originally Posted by Caustik View Post
    PHP or rails for the cms?
    Whatever you're more comfortable with =)

  14. #149
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]

    I have 2 weeks until my exams finish, so don't expect many updates.

  15. #150
    Alpha Member Caustik is offline
    MemberRank
    May 2011 Join Date
    LondonLocation
    1,837Posts

    Re: Thunderstorm [Java][Hibernate][Netty]


    Started on a basic cms, will sort out a few issues and styling, then push to git tomorrow.
    --
    Pushed to git, I think the issue I'm getting is with the user model
    Last edited by Caustik; 16-06-12 at 12:46 AM.



Page 10 of 11 FirstFirst ... 234567891011 LastLast

Advertisement