Jump to content

[Collection] Links that help you to learn


Recommended Posts

For those that wanna implement Callbacks in java for better source control, or use bytecode manipulation for other ( evil ? ) purposes:

http://www.csg.is.titech.ac.jp/~chiba/javassist/tutorial/tutorial.html

 

For those that wanna learn code design and architecture to be able to make things like Phoenix-Engine easily:

http://www.javacamp.org/designPattern/

 

For those that wanna find or fix exploits in l2j based on race conditions and general thread synchronization issues:

http://www.javaworld.com/jw-10-1998/jw-10-toolbox.html

Link to comment
Share on other sites

For those that wanna implement Callbacks in java for better source control, or use bytecode manipulation for other ( evil ? ) purposes:

http://www.csg.is.titech.ac.jp/~chiba/javassist/tutorial/tutorial.html

 

For those that wanna learn code design and architecture to be able to make things like Phoenix-Engine easily:

http://www.javacamp.org/designPattern/

 

callback is a highly not recommended thing to implement into l2j but anyway if someone wants to make web apps than its usefull... :)

Link to comment
Share on other sites

callback is a highly not recommended thing to implement into l2j but anyway if someone wants to make web apps than its usefull... :)

 

If implemented correctly, they add absolutelly no overhead in the application. We are using them in our private svn and they work pretty well. Its a rework of the aionemu callback system, with the annotations removed. Saves you from applying 100 core patches and adds zero performance downgrade.

Link to comment
Share on other sites

If implemented correctly, they add absolutelly no overhead in the application. We are using them in l2jsaver private svn and they work pretty well. Saves you from applying 100 core patches and adds zero performance downgrade.

 

Well it still creates a bunch of objects for nothing in many case(which increase the memory load), and on top of that it gives a really bad control over the source since you need to create an interface for most things separated.

 

The reason why people use callbacks are because they want an event notifier for web apps its not usefull for other things.

 

I know tho you picked to choose the callbacks from aion to the advice of a noob, but unless you want many many many small and useless objects for something that can be solved with a simple global task for example than you should not implement a callback. :)

Link to comment
Share on other sites

We are probably talking about different things. I do not mean to hook interface lists inside functions in the source code and add objects that implement them. My callback system is based on javassist. It doesnt create any objects at all, it just applies the "patch" not in the source code, but on the bytecode when the JVM loads the class. For example.

 

public static void blabla()

{

 

System.out.println("hi1");

 

}

 

When the class containing that method gets loaded in the jvm, the jvm checks the javassist agent and if i have declared to do + testtest() inside blabla() , during class loading it manipulates and loads the following instead:

 

 

public static void blabla()

{

 

testtest();

System.out.println("hi1");

 

}

 

From then on, it juses the new class and voila, no extra objects, no extra memory, no extra cpu usage ;)

 

So the process of loading a class is :

 

New class requested ---> JVM gets the .class file in a byte[] array --> javassist agent transforms the class by patching --> ClassLoader loads the class and the application uses the patched one.

Link to comment
Share on other sites

We are probably talking about different things. I do not mean to hook interface lists inside functions in the source code and add objects that implement them. My callback system is based on javassist. It doesnt create any objects at all, it just applies the "patch" not in the source code, but on the bytecode when the JVM loads the class. For example.

 

public static void blabla()

{

 

System.out.println("hi1");

 

}

 

When the class containing that method gets loaded in the jvm, the jvm checks the javassist agent and if i have declared to do + testtest() inside blabla() , during class loading it manipulates and loads the following instead:

 

 

public static void blabla()

{

 

testtest();

System.out.println("hi1");

 

}

 

From then on, it juses the new class and voila, no extra objects, no extra memory, no extra cpu usage ;)

 

 

But you know that a Java/Native call is in general 3 times slower than a Java/Java call right? :)

Link to comment
Share on other sites

Its not a native call, why is it a native call ? o0 ? All it does is load a patched bytecode in the jvm.

 

Editing the byte code makes the code runs slower than if its in java and gets loaded into the jvm only without modifying.

 

This API allows you to read/write the bytecode on the fly which is not a good thing at all for l2j, not to mention its reflection based which is again a useless and really 1 of the worse ideas to ever use in l2j at high level. It makes understanding the code and coding harder and way more unfriendly.

 

There are high chance to get a really huge memory usage and even out of memory errors if the numbers of classes that needs to be loaded into the class pool even if the API try to reduce it.

 

it created instances "for ever" (imho until you replace the jar) so basically even if you use something rarely it leaves an instance there without allowing the garbage collector to get it since its blocked from it to keep the object for later usage.

 

The class loader of it is in general useless the current way of l2j is much better.

 

1 advantage i can say is you can modify the source on runtime but that can be done with other much better ways also(altho you would need a strong pc for it).

Link to comment
Share on other sites

Editing the byte code makes the code runs slower than if its in java and gets loaded into the jvm only without modifying.

 

Where did you get that ? I tested two big loops of printing a string. One with the code in the class normally, the other way with an empty function that gets patched on runtime. The miliseconds that both loops took, to complete were approximatelly the same.

Link to comment
Share on other sites

Where did you get that ?

 

Its a general fact a method call happens much faster if its a java/java call than if its a java from bytecode call ok thats not a real problem for you(i looked into other API not into what you use).

 

What i posted above at the reply 22 is what i found on your api so far.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hood-services https://campsite.bio/utchihaamkt  
    • Server Rates: » Xp 500x. » Sp 500x. » Aden 500x. » Drop 1x. » PartyXp 2x. » PartySp 2x. » Starting character level -61. Enchant rates: » Safe enchant +4. » Blessed and simple scrolls max enchant (+16). » Crystal scrolls max enchant (+20). » Simple enchant scrolls chance – 65%. » Blessed enchant scrolls chance – 100%. » Crystal enchant scrolls chance – 50% Augmentations: » Mid life stone skill chance – 5%. » High life stone skill chance – 10%. » Top life stone skill chance – 20%. » Augments 1+1 Unique features: » Main town – Giran » Automatic-Manual Potions. » Working 2 castle sieges. (Giran-Aden) » SPS cancel lasts 10 seconds and than buffs come back. » Stackable scrolls, lifestones, book of giants. » Unique pvp zone » More then 11 active raid bosses. » Wedding system. » Unique farming areas. » Npc skill enchanter. » Full npc buffer with auto buff. » Max count of buffs – 55. » Max subclasses – 4. » Free and no quest class change. » Free and no quest sub class. » Raid boss drop nobless item. » No weight limit. » Unique protection anti-hwy armor for archers/daggers etc. » Ingame password change. » Top pvp/pk/online ranks NPC. » Unique monsters & NPC. » Interlude retail skills. » Server up-time [24/7] [99]%. » Perfect class balance (all class can kill all class depending on players skill and setup knowledge,gear,augmentations). » Announcements on double kills triple kills etc. » Announcements on Grand Boss death , with the name of the killer as well as clan name of the player. » Information Npc in game with all servers infromations. Custom server gear : 1). Titanium Armor Lv.1 2). Epic Armor Lv.2 3). Epic Weapons-Kamikaze-Black S grade (Same Stats) 4). Demonic-Angelic Wings-Baium Hair-Custom Accessories (SameStats) 5). Custom Fighter/Mage tattoo Lv1-Lv2-Lv3 6). Shirt (STR,CON,INT +1) 7). Custom Shields Server Commands: .tvtjoin .tvtleave – Join or leave tvt event. .ctfjoin .ctfleave – Join or leave ctf event. .dmjoin .dmleave – Join of leave dm event. .online – current online players count. .repair – repairs stuck character in world. .menu – opens online menu panel. .exit – PVP zone exit in case you are bullied. .changepassword - Opens online menu then u can change ur password in game. .farm - Enable/disable autofarm Event system: » TVT event » CTF event » DM event » Tournament Event » Party Zone » Unique event shop. Olympiad game: » Retail olympiad game. » Competition period [1] week. » Olympiad start time [18:00] end [00:00] GMT+2. » New Heroes every Sunday.
    • Tomorrow grand opening lests go 🙂 
    • New season of Warfire X150 has been postponed to September 28th.
  • Topics

×
×
  • Create New...