Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active February 1, 2016 17:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/c7f79f288782acd237ea to your computer and use it in GitHub Desktop.
Save AdamBien/c7f79f288782acd237ea to your computer and use it in GitHub Desktop.
23rdAirhacksQ&A.md
@moussah
Copy link

moussah commented Feb 1, 2016

Hi adam,
Is there a way to send a message to a particular user in a group chat using java websocket api.

@masumcse1
Copy link

How to measure concurrent user of system ?

We have development a mini banking system of using java ee. we have 150 branches per user . currently
we cannot calculated concurrent user for this system . what is the common best practice for finding concurrent user ?

@masumcse1
Copy link

what are common critical issues for enterprise system when run into production environment ?

we have development a JAVA EE7 application(mini banking solution.).
We use common architecture : JSF(presentation)+ CDI(service/dao)+ JPA + Wildfly 10
We have to go into production environment at April-2016. it this situation,
i want to know more about what are the common critical issue of Enterprise system(java ee) when run into live environment ?
give me some guideline for initial preparation

my idea is : critical issues

  1. Http session problem
  2. JVM production parameter , also gc
  3. thread pool, connection pool

@masumcse1
Copy link

ui problem : Our one of application use spring mvc+jqery .
we also use huge jquery and json for ui scripting (send/retrieve/validation).
this application 300 page /form.
we almost finish our development , we are doing testing and facing one problem :
lots of silly bugs(ui) from different silly point .
From my understanding reason of this kind bug is :
use different ui in different style like : validation pattern, grid , form , masking, different type js plugin.

         1. plain form(grid)/Tabbed form
         2. inline edit grid
         4. add to grid
         5. cyle based grid
         6. Search result grid / partial grid editing


          But our maximum page has same category functionality.
          How to organize our page /form minimum set of pattern 
          that perform easy maintenance in ui layer .

I have confusion about large scale financial application ui layout .
i have some idea but i am not clear here .
From my experience ,

this one of critical issue in enterprise application development .

how to use a common ui pattern for whole application ui ??
pls give me some suggestion how to minimize this problem
* this ui pattern provide UI designers and developers with a common way to think about the problem at hand and provide a baseline design that can be customized to your specific application needs*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment