Merty Ertugrul
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Created Generate Constructor, Getter, Setter in PyCharm
AnsweredOn intelliJ using generators with command + N key is really helpful but I couldn't find same options on PyCharm generator for generating constructor, getter and setter? -
Edited JBoss (WildFly) Standalone XML Configuration For Mysql
AnsweredHi, I changed wildfly's standalone.xml configuration and add a module folder for mysql. My database has a schema called it2526. But server cannot connect to database; first two line of the error me... -
Edited JSF 2.3 Unable to find CDI BeanManager
AnsweredHi, Project file I am trying to make a project with JSF 2.3 but when a start the server I get javax.faces.FacesException: Unable to find CDI BeanManager error message: But if I change web.xml file... -
Edited Add Java EE 6 Jars to Module Dependencies
AnsweredI need to import following Jars; The project can be found here. But "Add Java EE 6 Jars to Module Dependencies" does not work: Can you help me please? Thank you, -
Edited First Web App With Tomcat 9.0.16 and JSF 2.2.8 Cannot Open index.xhtml
AnsweredHi, On my first Hello Word when I start the application the server is running there is no problem seen on Server window but I get this window on my browser "The origin server did not find a curren... -
Created IntelliJ GUI Form With Swing Tutorial
AnsweredI do love intelliJ, but when it comes to GUI programming most tutorials are use Eclips's WindowBuilder. Does anyone know good GUI Swing tutorial that uses IntelliJ?