Tagged Questions
The workshop tag has no wiki summary.
26
votes
12answers
2k views
TDD Exercise Ideas
I am about to give a TDD workshop. I have the theoretical part pretty much sorted out, but I wish to avoid typical Tic-tac-toe, Currency or god forbid Calculator exercise. Any suggestions for a good ...
4
votes
3answers
5k views
How to create web service client in a .jsp page?
I have created a WSDL for my web service. I would like to know how to call it from a jsp page from my another web application.
I would like to call the web service from the jsp.. for example ...
2
votes
5answers
83 views
Mini Games suited for workshops/class
I'm going to give a course in flash game programming.
The course will consist of 4 x 2.5 hour units.
The participants have basic knowledge in AS3 but are lacking motivation..
What kind of mini games ...
2
votes
3answers
212 views
How to plan an interesting 2 hour workshop
I'm going to give a two hour workshop on a programming topic (NHibernate). It will be a small group, of around five people. The attendees will all have their own laptops.
What would be the best way ...
2
votes
2answers
100 views
Is it useful to send a developer to attend a 3days Microsoft Learning Gateway Workshop?
my company is very LAMP based as of now, and my management had decided to send a hardware guy and a developer to this MLG workshop. From what I check online it's mostly MS trying to bundle up a whole ...
1
vote
0answers
57 views
Programming Workshops for Starting Programmers : : Best way to Structure [closed]
We are planning to organize programming workshops for Java Web Developers with basic coding experience and no design experience. Aim of the workshops is to introduce the programmers to clean code.
...
1
vote
1answer
175 views
Weblogic Workshop 10.0 very slow
i am working in weblogic 10.0 workshop the problem is that it is very very slow i am using a 4 GB RAM PC (with 3.2GB detected RAM).it is very slow for editing, ctrl+c, ctrl+v consumers a hell lot of ...
0
votes
1answer
92 views
Add autocompletion jsf Workshop 10.3
I use workshop 10.3 to develop my application and I would like to know how I can configure it to have autocompletion in jsf file.
Workshop has autocompletion in jsp file but my file extension is ...
0
votes
1answer
673 views
How to enable search button in HTML help Workshop software
I have installed HTML help workshop software (version 4.73) in my system and I have created a project.I could open the .chm file and view the files under it. However, I am not getting the search tab ...
0
votes
1answer
88 views
Validate html 4.01 tags with weblogic
Hi everyone
I need to validate a web application in html 4.01 transitional. In my project im working on skeletons/head.jsp to add meta tags. The problem is that i want to add tags like:
<meta ...
0
votes
2answers
1k views
How to create project in WebLogic Workshop with support for JPA entity beans?
How to create a project in WebLogic Workshop (version 10.3) with support for JPA entity beans?
I am trying create a separate EJB and EJBClient projects in Workshop and EJB3 session beans work just ...